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

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

Converts a value of the CSSecurableObjects enumeration to its short code form.

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

public static string SecurableObjectToShortCode(
	CSSecurableObjects secObject
)

Parameters

secObject
Type: ContentStudio.SecurityCSSecurableObjects
A CSSecurableObjects enumeration value to convert.

Return Value

Type: String
The short code format of the CSSecurableObjects enumeration. An empty string if not found.
See Also

Reference