 | ISharedHostedApplicationSetOptions Method |
Set options of hostedApplication depending of its id
Namespace:
EBP.Framework.Common.Interfaces.Host
Assembly:
EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxvoid SetOptions(
bool forActivation
)
Sub SetOptions (
forActivation As Boolean
)
Parameters
- forActivation
- Type: SystemBoolean
Indicates that the set option is called after activation has changed
See Also