Represents a category inside a
IMasterFormsRepository that may have Master Forms and/or other sub-categories (child categories).
It provides methods to add and delete Master Forms, sub-categories (child categories), and category information such as its name and its parent category.
Syntax
Visual Basic (Declaration) | |
---|
Public Interface IMasterFormsCategory |
C# | |
---|
public interface IMasterFormsCategory |
C++/CLI | |
---|
public interface class IMasterFormsCategory |
Example
A full example implementation of this interface can be found in <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also