VersionManagerApplyVersionData Method (DataSet, Boolean, IEnumerableString) |
Applies the version data to the document DataSet.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public void ApplyVersionData(
DataSet data,
bool coupled,
IEnumerable<string> excludedColumns = null
)
Parameters
- data
- Type: System.DataDataSet
Dataset with the data - coupled
- Type: SystemBoolean
Indicates if versioned data should be applied to the coupled data - excludedColumns (Optional)
- Type: System.Collections.GenericIEnumerableString
Set of columns which should not be applied
See Also