Gets a list of file types which will be opened in a new window.

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

Syntax

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

Remarks

With Content Manager, you can upload different types of data, including Word, Excel and .pdf files, in Content Records. This variable indicates which file types will be opened in a new browser window, when the end-user clicks on the link at the front-end website.

See Also