Gets a list of files types that should be displayed to the users.

Namespace: Asi.iBO.ContentManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string CMShowFileTypes { get; }
Visual Basic
Public ReadOnly Property CMShowFileTypes As String
	Get
Visual C++
public:
property String^ CMShowFileTypes {
	String^ get ();
}

Remarks

With Content Manager, you can display multiple content records as a list of records at the front-end. These content records may contain data types such as Word, Excel and .pdf files. This variable indicates whether or not the file extensions should be displayed at the front-end next to the content record title.

See Also