- category
- The child category to be deleted.
Visual Basic (Declaration) | |
---|---|
Overridable Sub DeleteChildCategory( _ ByVal category As IMasterFormsCategory _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual void DeleteChildCategory( IMasterFormsCategory category ) |
C++/CLI | |
---|---|
virtual void DeleteChildCategory( IMasterFormsCategory^ category ) |
Parameters
- category
- The child category to be deleted.
A full example implementation of this interface can be found in <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.
This method is supposed to remove the specified sub-category inside a IMasterFormsCategory object. Deleting it from the storage device is recommended to make the repository represent the actual storage device, if it is not deleted then the next time you create new IMasterFormsRepository or call IMasterFormsRepository.Refresh the removed sub-Category inside this category will show up again.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family