The following tables list the members exposed by DiskMasterFormsCategory.
| Name | Description | |
|---|---|---|
| ChildCategories | Gets a collection of child categories that this category contains. |
| ChildCategoriesCount | Returns the number of categories contained in ChildCategories. |
| MasterForms | Gets a collection of Master Forms in this category. |
| MasterFormsCount | Returns the number of categories contained in DiskMasterFormsCategory.MasterForms. |
| Name | Returns the category name. |
| Parent | Gets the parent of the DiskMasterFormsCategory object. |
| Path | Gets the path of this category on the local disk. |
| Repository | Gets the DiskMasterFormsRepository to which this DiskMasterFormsCategory belongs. |
| Name | Description | |
|---|---|---|
| AddChildCategory | Adds a new sub-category (child category) to this category on both the local disk and in ChildCategories. |
| AddMasterForm | Overloaded. Adds a new Master Form to this category on the local disk and in DiskMasterFormsCategory.MasterForms. |
| Clear | Removes all Master Forms in DiskMasterFormsCategory.MasterForms and all child categories from ChildCategories and deletes them all from the local disk. |
| DeleteChildCategory | Removes the first appearance of the specified category object from ChildCategories and deletes it from the local disk. |
| DeleteMasterForm | Removes the first appearance of the specified Master Form object from DiskMasterFormsCategory.MasterForms and deletes it from the local disk. |