TreePathUtilsGetClassNameByDocumentID Method |
Returns the node class name corresponding to the given document ID.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax public static string GetClassNameByDocumentID(
int documentId
)
Parameters
- documentId
- Type: SystemInt32
Document ID
Return Value
Type:
StringSee Also