Click or drag to resize
ItemsGetByFolder Method (Guid, EntityCollectionSort, Pagination, Int32)
Returns items 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 ItemSearchResult GetByFolder(
	Guid folderId,
	EntityCollection<Sort> sorts,
	Pagination pagination,
	int languageId
)

Parameters

folderId
Type: SystemGuid
The unique identifier of the folder to find.
sorts
Type: ConnectedApps.Cms.EntitiesEntityCollectionSort
A collection of sorts to apply.
pagination
Type: ConnectedApps.Cms.EntitiesPagination
Options to take and limit a subset of results.
languageId
Type: SystemInt32
The language of items' values to request.

Return Value

Type: ItemSearchResult
See Also