Contains the Verity style file alias name that identifies the Verity style files used for indexing data. The style files control the format of indexed data (using exception word lists, for example).

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

ToggleSyntax

Visual Basic (Declaration)
Property TemplateType As String
C#
string TemplateType { get; set; }
Visual C++
property String^ TemplateType {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_templateType();
function set_templateType(value);

ToggleRemarks

ToggleSee Also