Utility

Useful commands to use around the application.

Set Context

Sets a context for the lifetime of the application (until closed).

<Rock:ContentNode 
    title = "Set Context"
    rockCommand="setContext"
    rockContextKey="Campus"
    rockContextValue="4c294b37-fcc1-4432-87ff-3ce73f14a482" />

Clear Context

Clears the specified context provided by the key.

<Rock:ContentNode 
    title = "Clear Context"
    rockCommand="clearContext"
    rockContextKey="Campus" />