TreeHelperSelectSingleDocument Method |
Returns the document node specified by the given document ID.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax public static TreeNode SelectSingleDocument(
int documentId
)
Parameters
- documentId
- Type: SystemInt32
Document ID to select
Return Value
Type:
TreeNodeSee Also