|
APIServer.AuthorizedEvents.GetAuthorizedEventsForSite
| Field | Variable | ...as | Description |
|---|---|---|---|
| AuthorizedEventSiteKey | Position | Input | The unique identification of the site - this is used to restrict the output. |
| AuthorizedEventImplName | Position | Input | The name of the event (Position 1). |
| AuthorizedEventSurrogate | Position | Input | The unique identification of the event (Position 2). |
| Position | Control | Input | Standard blockfetch behavior. |
| RowsFetched | Control | Dual | Standard blockfetch behavior. |
| AuthorizedEventSurrogate | FetchedData
...occurs 64 |
Output | The unique identification of the authorized event |
| AuthorizedEventImplName | FetchedData
...occurs 64 |
Output | The name of the authorized event event - the default value is the implementation name of the event handler that implements the authorized event. |
| AuthorizedEventDescription | FetchedData
...occurs 64 |
Output | The description of the authorized event |
| AuthorizedEventSiteKey | FetchedData
...occurs 64 |
Output | The unique identification of the site the event belongs to |
| Comment | FetchedData
...occurs 64 |
Output | The comment specified for the event |
This is a BlockFetch function that retrieves the authorized events for a site in name order.
The specified input value for the sitekey is mandatory and is used to restrict the output.