VersionManager.ApplyVersionDataInternal Method (DataSet, Boolean, ISet<String>) |
Applies the document version data to the document DataSet.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntaxprotected virtual void ApplyVersionDataInternal(
DataSet data,
bool coupled,
ISet<string> excludedColumns
)
Parameters
- data
- Type: System.Data.DataSet
Dataset with the data - coupled
- Type: System.Boolean
Indicates if versioned data should be applied to the coupled data - excludedColumns
- Type: System.Collections.Generic.ISet<String>
Set of columns which should not be applied
See Also