The ISchemaBasic type exposes the following members.
Methods
              | Name | Description | |
|---|---|---|
| 
                   | 
                AddAllowedRootCategory | 
                   
            Adds a new root category to the allowed root categories collection.
             
                 | 
              
| 
                   | 
                AddDefaultCategory | 
                   
            Adds a new default category.
             
                 | 
              
| 
                   | 
                AddField | 
                   
            Adds a new schema field to the collection, either at the specified position or at the end.
             
                 | 
              
| 
                   | 
                AllowedCategoryRoots | 
                   
            Retrieves the collection of categories.
            Categories and their descendants in this collection are allowed to be associated with pages created with this schema.
             
                 | 
              
| 
                   | 
                AllowedCategoryRootsCount | 
                   
            Gets the count of allowed root categories.
             
                 | 
              
| 
                   | 
                ClearAllowedCategoryRoots | 
                   
            Clears all allowed root categories.
             
                 | 
              
| 
                   | 
                ClearDefaultCategories | 
                   
            Clear all default categories.
             
                 | 
              
| 
                   | 
                ClearFields | 
                   
            Clears all Fields from the collection.
             
                 | 
              
| 
                   | 
                DefaultCategories | 
                   
            Retrieves the default categories collection for pages created
            with this schema. When page is created, these categories are automaticaly applied to the page.
             
                 | 
              
| 
                   | 
                DefaultCategoriesCount | 
                   
            Gets the count of default categories.
             
                 | 
              
| 
                   | 
                Field(Int32) | 
                   
            Retrieves a schema field by its positional index.
             
                 | 
              
| 
                   | 
                Field(String) | 
                   
            Retrieves a schema field by its name.
             
                 | 
              
| 
                   | 
                Fields | 
                   
            Gets the collection of fields in this schema.
             
                 | 
              
| 
                   | 
                FieldsCount | 
                   
            Gets the count of fields in this schema.
             
                 | 
              
| 
                   | 
                RemoveAllowedRootCategory | 
                   
            Removes a category from the the allowed root categories collection.
             
                 | 
              
| 
                   | 
                RemoveDefaultCategory | 
                   
            Removes a default category.
             
                 | 
              
| 
                   | 
                RemoveField | 
                   
            Removes from the collection a schema field at a specified index.
             
                 | 
              
See Also