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

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

Gets a particular item in the list based on its index.

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

public virtual CSGenericAccessControlEntry this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The ordinally number. This index is zero based.

Return Value

Type: CSGenericAccessControlEntry
The CSGenericAccessControlEntry at the specified position
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThe specified index does not exist.
Remarks

Since the list is sortered automatically this number can change when entries are removed or added.
See Also

Reference