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

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

Parameters

container
Type: CMS.BaseIDataContainer
Data container
version
Type: CMS.DocumentEngineVersionHistoryInfo
Document version
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