CSGenericAccessControlEntryKey Property Content Studio 5.7 SDK
Content Studio Web Content Management System

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

When implemented in derived classes, gets a unique key for this item. The list will be sorted according to this value.

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

public abstract string Key { get; }

Property Value

Type: String
The key used to uniquely identify the entry in a list.
Remarks

All implementations must provide an algorithm that calculates an unique key within a list. If sorting is important the value generated should be sortable accordingly.
See Also

Reference