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