ShellUtilitiesWithSite Method |
Name | Description | |
---|---|---|
WithSite(Object, Object, Action, Boolean) |
Runs an action.
If the sited object implements IObjectWithSite, the site object will be set before the action and unset after the action.
| |
WithSiteT(Object, Object, FuncT, Boolean) |
Runs an function.
If the sited object implements IObjectWithSite, the site object will be set before the function and unset after the function.
|