Gets the parameters that are passed when a new window is opened from JavaScript.

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

Syntax

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

Remarks

Certain files such as Word documents, Excel spreadsheets, and PDF files may be opened in a new browser window when an end-user clicks on the navigation link at the front-end. This variable allows you to modify the Javascript that controls various attributes of the new window.

See Also