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

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

Defines where a list definition is supposed to be visible

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

public enum ListDefinitionVisibility
Members

  Member nameValueDescription
None0 The list is not supposed to show up in any interface
EditorInterfaceOnly1 The list appears in the CS Edit interface only. Only supported for Ept-documents and File categories.
ItemBrowserOnly2 The list appears in the CS Edit browse dialog only. Supported for any category
All3 The list appears in both the CS Edit interface and browse dialog. Only supported for Ept-documents and File categories.
Remarks

This enum was added in Content Studio 5.6
See Also

Reference