TemplatesGetSearchFields Method |
Returns a collection of search fields on a template.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EntityCollection<TemplateSearchField> GetSearchFields(
Guid templateId
)
Public Function GetSearchFields (
templateId As Guid
) As EntityCollection(Of TemplateSearchField)
public:
EntityCollection<TemplateSearchField^>^ GetSearchFields(
Guid templateId
)
member GetSearchFields :
templateId : Guid -> EntityCollection<TemplateSearchField>
Parameters
- templateId
- Type: SystemGuid
The unique identifier of the template.
Return Value
Type:
EntityCollectionTemplateSearchField
See Also