KeyFilterCompositeField.DefaultTemplateName Property
Gets the name of the control template that renders the field controls.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property DefaultTemplateName As String
Get
'Usage
Dim value As String
value = Me.DefaultTemplateName
protected override string DefaultTemplateName { get; }
Property Value
Type: System.String
TheString object that represents the name of the control template. It returns “KeyFiltersCompositeFieldRangeCapable” if the field type of the KeyFilterCompositeField control is DateTime, Number, Currency and Integer; otherwise, it returns “KeyFiltersCompositeFieldDefault”.