CategoryChildren Property |
Gets a collection of direct child categories.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EntityCollection<Category> Children { get; }
Public ReadOnly Property Children As EntityCollection(Of Category)
Get
public:
property EntityCollection<Category^>^ Children {
EntityCollection<Category^>^ get ();
}
member Children : EntityCollection<Category> with get
Property Value
Type:
EntityCollectionCategory
See Also