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)

Syntax

Visual Basic (Declaration)
Property TemplateType As String
C#
string TemplateType { get; set; }
C++
property string TemplateType abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_TemplateType();

/** property */
public void set_TemplateType(string value);
JScript
public function get TemplateType() : String

public function set TemplateType(value : String);

Remarks

See Also