CategoriesGet Method (Guid, Int32, Boolean) |
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,
int languageId,
bool recursive
)
Public Function Get (
categoryId As Guid,
languageId As Integer,
recursive As Boolean
) As Category
public:
Category^ Get(
Guid categoryId,
int languageId,
bool recursive
)
member Get :
categoryId : Guid *
languageId : int *
recursive : bool -> Category
Parameters
- categoryId
- Type: SystemGuid
The unique identifier of the category. - languageId
- Type: SystemInt32
The language the category name to return. - recursive
- Type: SystemBoolean
If true, the category's entire category tree will be returned.
Return Value
Type:
Category
See Also