 | ContentAppIndexProviderGetFields Method |
Gets fields specific for current app index provider.
Namespace:
Dynamicweb
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.10.0
Syntaxpublic virtual IEnumerable<FieldDefinitionBase> GetFields()
Public Overridable Function GetFields As IEnumerable(Of FieldDefinitionBase)
Return Value
Type:
IEnumerableFieldDefinitionBaseThe collection of .
See Also