ItemsGetByFolder Method (Guid, EntityCollectionSort, Pagination) |
Returns items 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 ItemSearchResult GetByFolder(
Guid folderId,
EntityCollection<Sort> sorts,
Pagination pagination
)
Public Function GetByFolder (
folderId As Guid,
sorts As EntityCollection(Of Sort),
pagination As Pagination
) As ItemSearchResult
public:
ItemSearchResult^ GetByFolder(
Guid folderId,
EntityCollection<Sort^>^ sorts,
Pagination^ pagination
)
member GetByFolder :
folderId : Guid *
sorts : EntityCollection<Sort> *
pagination : Pagination -> ItemSearchResult
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.
Return Value
Type:
ItemSearchResult
See Also