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

Gets or sets whether title string is path to resource, or it is title itself.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool TitleIsResource { get; set; }
Public Property TitleIsResource As Boolean
public:
property bool TitleIsResource {
	bool get ();
	void set (bool value);
}

See Also