Click or drag to resize
FoldersGetAllowedTemplates Method
Returns a collection of templates that pages can be created in a folder.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public EntityCollection<Template> GetAllowedTemplates(
	Guid folderId
)

Parameters

folderId
Type: SystemGuid
The unique identifier for the folder to find.

Return Value

Type: EntityCollectionTemplate
See Also