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

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

Converts the short string format of a Content Studio file system object type to its CSFileObjectTypes type.

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

protected static CSFileObjectTypes ConvertShortStringToCSFileObjectTypes(
	string objectType
)

Parameters

objectType
Type: SystemString
The short string representation of the objectType. Allowed values are 'R',root,0; 'U',unit,1; 'C',category,2 or 'D',document,3

Return Value

Type: CSFileObjectTypes
The CSFileObjectTypes representation of the short string
See Also

Reference