CategoriesGetAll Method (Boolean) |
Returns all categories.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EntityCollection<Category> GetAll(
bool recursive
)
Public Function GetAll (
recursive As Boolean
) As EntityCollection(Of Category)
public:
EntityCollection<Category^>^ GetAll(
bool recursive
)
member GetAll :
recursive : bool -> EntityCollection<Category>
Parameters
- recursive
- Type: SystemBoolean
If true, the entire category tree for each root is returned.
Return Value
Type:
EntityCollectionCategory
See Also