Returns all templates.
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<Template> GetAll()
Public Function GetAll As EntityCollection(Of Template)
public:
EntityCollection<Template^>^ GetAll()
member GetAll : unit -> EntityCollection<Template>
Return Value
Type:
EntityCollectionTemplate
See Also