Gets XML of a given node.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- node
- Type: CMS.DocumentEngine TreeNode
Document node
- th
- Type: CMS.DataEngine TranslationHelper
Translations (if null TranslationHelper will be created and filled)
- tree
- Type: CMS.DocumentEngine TreeProvider
Tree provider
- taskType
- Type: CMS.DataEngine TaskTypeEnum
Task type
- dataType
- Type: CMS.Synchronization TaskDataTypeEnum
Type of data
- taskParams
- Type: CMS.Synchronization TaskParameters
Extra task parameters to use
- siteName
- Type: System String
Site name corresponding to document
Return Value
Type: StringXML representing document
See Also