FolderBaseDocumentFileNamingConvention Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Tells how CS should name the file name for documents in a category.

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

public enum DocumentFileNamingConvention
Members

  Member nameValueDescription
FileNameAsGuid0 File names will be auto generated from a guid with a specified or default file extension. The numeric value of this member is 0.
FileNameAsDocumentName1 File name will be the same as the document name. The numeric value of this member is 1.
UserDefinedFileName2 The user can specify the filename. The numeric value of this member is 2.
Remarks

This enumeration is new in Content Studio 5.2
See Also

Reference