AccessControlUtilsSecurableObjectShortCodeToEnum Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Converts the short form of a CSSecurableObjects to its Content Studio type

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

public static CSSecurableObjects SecurableObjectShortCodeToEnum(
	string shortCode
)

Parameters

shortCode
Type: SystemString
The short code representing a securable object (e.g. R or U).

Return Value

Type: CSSecurableObjects
The CSSecurableObjects form of the short code if found, CSSecurableObjects.UnknownType if not found.
See Also

Reference