VersionManagerApplyVersionDataInternalTObject Method (IListTObject, Boolean, ISetString) |
Applies the version data to the list of
TreeNodes.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax protected virtual void ApplyVersionDataInternal<TObject>(
IList<TObject> treeNodes,
bool coupled,
ISet<string> excludedColumns
)
where TObject : new(), TreeNode
Parameters
- treeNodes
- Type: System.Collections.GenericIListTObject
List of TreeNodes to apply version data to. - coupled
- Type: SystemBoolean
Indicates if version data should be applied to the coupled data. - excludedColumns
- Type: System.Collections.GenericISetString
Set of columns where version data should not be applied.
Type Parameters
- TObject
See Also