SetProhibitBinaryLoadAsync Method
Overloads
SetProhibitBinaryLoadAsync(Boolean) |
Prohibit binary load of this app. An app with prohibit binary load set cannot be loaded binary. For the setting to have effect a save is required. |
|
SetProhibitBinaryLoadAsync(AsyncHandle, Boolean) |
Prohibit binary load of this app. An app with prohibit binary load set cannot be loaded binary. For the setting to have effect a save is required. |
SetProhibitBinaryLoadAsync(Boolean)
Prohibit binary load of this app.
An app with prohibit binary load set cannot be loaded binary. For the setting to have effect a save is required.
Declaration
public Task SetProhibitBinaryLoadAsync([QixName("qProhibit")] bool prohibit)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | prohibit |
True or false. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Implements
SetProhibitBinaryLoadAsync(AsyncHandle, Boolean)
Prohibit binary load of this app.
An app with prohibit binary load set cannot be loaded binary. For the setting to have effect a save is required.
Declaration
public Task SetProhibitBinaryLoadAsync(AsyncHandle asyncHandle, [QixName("qProhibit")] bool prohibit)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
System.Boolean | prohibit |
True or false. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Implements
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!