FoldersGetAllowedTemplates Method |
Returns a collection of templates that pages can be created in a folder.
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> GetAllowedTemplates(
Guid folderId
)
Public Function GetAllowedTemplates (
folderId As Guid
) As EntityCollection(Of Template)
public:
EntityCollection<Template^>^ GetAllowedTemplates(
Guid folderId
)
member GetAllowedTemplates :
folderId : Guid -> EntityCollection<Template>
Parameters
- folderId
- Type: SystemGuid
The unique identifier for the folder to find.
Return Value
Type:
EntityCollectionTemplate
See Also