Specifies the title of this style template.

Namespace:  FileNet.Api.Publishing
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property Title As String
C#
string Title { get; set; }
Visual C++
property String^ Title {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_title();
function set_title(value);

ToggleRemarks

ToggleSee Also