Click or drag to resize
TreeProviderEnsureRequiredColumns Method
Ensures columns required for selection in given column list. Returns the adjusted list

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static string EnsureRequiredColumns(
	string columns
)

Parameters

columns
Type: SystemString
List of columns

Return Value

Type: String
See Also