The name of this custom SQL search function as it appears in an SQL expression. The search function name must be of the form <namespace>::<name> where both <namespace> and <name> must have a nonzero length, adhere to the Content Engine symbolic name conventions, and be unique relative to other search function names.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property CmFunctionName As String
C#
string CmFunctionName { get; }
Visual C++
property String^ CmFunctionName {
	String^ get ();
}
JavaScript
function get_cmFunctionName();

ToggleRemarks

ToggleSee Also