Click or drag to resize
DocumentHelperApplyVersionData Method
Applies the version data to the given DataSet. NodeXML column with XML version data is expected.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static void ApplyVersionData(
	DataSet ds,
	bool coupledData,
	TreeProvider tree
)

Parameters

ds
Type: System.DataDataSet
DataSet with the data
coupledData
Type: SystemBoolean
Apply coupled data
tree
Type: CMS.DocumentEngineTreeProvider
TreeProvider to use
See Also