Click or drag to resize
VersionManagerApplyVersionDataInternal Method (DataSet, Boolean, ISetString)
Applies the document version data to the document DataSet.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void ApplyVersionDataInternal(
	DataSet data,
	bool coupled,
	ISet<string> excludedColumns
)

Parameters

data
Type: System.DataDataSet
Dataset with the data
coupled
Type: SystemBoolean
Indicates if versioned data should be applied to the coupled data
excludedColumns
Type: System.Collections.GenericISetString
Set of columns which should not be applied
See Also