| VersionManagerApplyVersionDataInternal Method (DataSet, Boolean, ISetString) | 
            Applies the document version data to the document DataSet.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntaxprotected 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