CSGenericAccessControlList Constructor (IComparerString) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Creates a new instance of the CSGenericAccessControlList class using the supplied comparer.

Namespace: ContentStudio.Security.AccessControlEdit
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected CSGenericAccessControlList(
	IComparer<string> comparer
)

Parameters

comparer
Type: System.Collections.GenericIComparerString
The IComparer implementation that performs comparisons between the keys in the list
See Also

Reference