'Declaration Public Shared Function GetViewForFieldTemplate( _
ByVal fieldTemplateTypeType of form field template.As System.Type _
) As System.Type
public static System.Type GetViewForFieldTemplate(
System.Type fieldTemplateType
)
public: static System.Type* GetViewForFieldTemplate(
System.Type* fieldTemplateType
)
public:
static System.Type^ GetViewForFieldTemplate(
System.Type^ fieldTemplateType
)
Parameters
- fieldTemplateType
- Type of form field template.
Return Value
Type of form field template view if view for the form field template is registered; otherwise, null.