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

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

Converts the internal short string representation of a container used by the Content Studio database to a CSFileFolderTypes type.

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

protected static FolderBaseCSFileFolderTypes StringToCSFileFolderTypes(
	string folderTypeShortString
)

Parameters

folderTypeShortString
Type: SystemString
The the short string representation used internally by Content Studio that should be converted to a to CSFileFolderTypes type.

Return Value

Type: FolderBaseCSFileFolderTypes
A member of the CSFileFolderTypes enumeration.
See Also

Reference