CategoriesGet Method (Guid) |
Returns a category.
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 Category Get(
Guid categoryId
)
Public Function Get (
categoryId As Guid
) As Category
public:
Category^ Get(
Guid categoryId
)
member Get :
categoryId : Guid -> Category
Parameters
- categoryId
- Type: SystemGuid
The unique identifier of the category.
Return Value
Type:
Category
See Also