Click or drag to resize
DocumentQueryPropertiesExcludedVersionedColumns Property
List of versioned columns which should not be applied

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public IEnumerable<string> ExcludedVersionedColumns { get; set; }

Property Value

Type: IEnumerableString
See Also