Click or drag to resize
TreeProvider.EnsureRequiredColumns 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: 11.0.0
Syntax
C#
public static string EnsureRequiredColumns(
	string columns
)

Parameters

columns
Type: System.String
List of columns

Return Value

Type: String
See Also