VersionManagerApplyVersionDataTObject Method (IListTObject, Boolean, IEnumerableString) |
Applies the version data to the list of
TreeNodes.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public void ApplyVersionData<TObject>(
IList<TObject> treeNodes,
bool coupled,
IEnumerable<string> excludedColumns = null
)
where TObject : new(), TreeNode
Parameters
- treeNodes
- Type: System.Collections.GenericIListTObject
Enumeration of data records to apply version data to. - coupled
- Type: SystemBoolean
Indicates if version data should be applied to the coupled data. - excludedColumns (Optional)
- Type: System.Collections.GenericIEnumerableString
Set of columns where version data should not be applied.
Type Parameters
- TObject
See Also