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

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

Converts a Content Studio securable object short string to the CSSecurableObjects enumeration.

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

protected static CSSecurableObjects ConvertObjectShortString(
	string shortName
)

Parameters

shortName
Type: SystemString
The short name to convert

Return Value

Type: CSSecurableObjects
A CSSecurableObjects value if the short name is valid, UnknownType if the short name is invalid.
See Also

Reference