ItemsGetByFolder Method (Guid, EntityCollectionSort, Pagination, Int32) |
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,
int languageId
)
Public Function GetByFolder (
folderId As Guid,
sorts As EntityCollection(Of Sort),
pagination As Pagination,
languageId As Integer
) As ItemSearchResult
public:
ItemSearchResult^ GetByFolder(
Guid folderId,
EntityCollection<Sort^>^ sorts,
Pagination^ pagination,
int languageId
)
member GetByFolder :
folderId : Guid *
sorts : EntityCollection<Sort> *
pagination : Pagination *
languageId : int -> 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. - languageId
- Type: SystemInt32
The language of items' values to request.
Return Value
Type:
ItemSearchResult
See Also