VersionManagerApplyVersionDataInternal Method (IDataContainer, VersionHistoryInfo, Boolean, ISetString) |
Applies the document version data to the document data row.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax 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