OpenWindowWindowName Property Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Sets or gets a value that specifies the name of the window. The default value is an empty string. The property is optional. This name is used as the value for the target attribute on a form or an anchor element (<a>). Possible values are: _self: The current document is replaced with the specified URL. _top: The URL replaces any framesets that may be loaded. If there are no framesets defined, this value acts as the value _self. _parent: The URL is loaded into parent of the current frame. If the frame has no parent, this value acts as the value _self. _blank: The URL is loaded into a new, unnamed window. _search: The URL is opened in the browsers search pane. Available in Microsoft® Internet Explorer 5 and later.

Namespace: ContentStudio.Site.ActiveScripting.Document
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public string WindowName { get; set; }

Property Value

Type: String
Exceptions

ExceptionCondition
ArgumentNullExceptionA null value was passed in for this property.
Remarks

The entered text will be HTML encoded while written to the stream.
See Also

Reference