Gets or sets master page file for text only template.

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

Syntax

C#
public string TextMasterPageFileName { get; set; }
Visual Basic
Public Property TextMasterPageFileName As String
	Get
	Set
Visual C++
public:
property String^ TextMasterPageFileName {
	String^ get ();
	void set (String^ value);
}

See Also