Returns all root 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()
Public Function GetAll As EntityCollection(Of Category)
public:
EntityCollection<Category^>^ GetAll()
member GetAll : unit -> EntityCollection<Category>
Return Value
Type:
EntityCollectionCategory
See Also