Click or drag to resize
VersionManagerApplyDocumentVersionDataInternal Method
Applies the document version data to the document DataSet (only the document data, not the coupled data).

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void ApplyDocumentVersionDataInternal(
	DataSet ds
)

Parameters

ds
Type: System.DataDataSet
Dataset with the data
See Also