Selects document according to provided parameters and current view mode.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- siteName
- Type: System String
Site name
- aliasPath
- Type: System String
Path. It may contain % and _ as wild card characters for any number of unknown characters or one unknown character respectively (for MS SQL)
- cultureCode
- Type: System String
Culture code of the documents
- combineWithDefaultCulture
- Type: System Boolean
Specifies if return the default culture document when specified culture not found
- className
- Type: System String
Class name of the document
- selectOnlyPublished
- Type: System Boolean
Select only published nodes
- checkPermissions (Optional)
- Type: System Boolean
True if the permissions should be checked
- user (Optional)
- Type: CMS.Membership UserInfo
User info
Return Value
Type: TreeNodeSee Also