Gets all children that are approved and not deleted
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IPagedEntityChildrenList<IEntity, int> GetApprovedChildren( IEntity parent ) |
Visual Basic |
---|
Function GetApprovedChildren ( _ parent As IEntity _ ) As IPagedEntityChildrenList(Of IEntity, Integer) |
Visual C++ |
---|
IPagedEntityChildrenList<IEntity^, int>^ GetApprovedChildren( IEntity^ parent ) |
Parameters
- parent
- Type: Cartella.Interfaces..::..IEntity