IConfigurationApiGetPages(Guid) Method
|
Get all pages with workerSiteId.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
SyntaxIList<DslWorkerSitePage> GetPages(
Guid workerSiteId
)
Parameters
- workerSiteId Guid
- Id of WorkerSite
Return Value
IListDslWorkerSitePageA list of pages
See Also