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

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

Converts a CSFileObjectTypes to its short string representation that is used internally by the database.

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

protected static string ConvertCSFileObjectTypesToShortString(
	CSFileObjectTypes objectType
)

Parameters

objectType
Type: ContentStudio.DocumentCSFileObjectTypes
The CSFileObjectTypes value to convert

Return Value

Type: String
The short string representation of the objectType
See Also

Reference