IConfigurationApiGetPages(String) Method

Get all pages with worker uri.

Definition

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
IList<DslWorkerSitePage> GetPages(
	string workerUri
)

Parameters

workerUri  String
Worker uri

Return Value

IListDslWorkerSitePage
A list of pages

See Also