SetAppPropertiesAsync Method
Overloads
SetAppPropertiesAsync(NxAppProperties) |
Sets properties to an app. |
|
SetAppPropertiesAsync(AsyncHandle, NxAppProperties) |
Sets properties to an app. |
SetAppPropertiesAsync(NxAppProperties)
Sets properties to an app.
Declaration
Task SetAppPropertiesAsync([QixName("qProp")] NxAppProperties prop)
Parameters
Type | Name | Description |
---|---|---|
NxAppProperties | prop |
Information about the properties of an app. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Remarks
The qLastReloadTime, qMigrationHash and qSavedInProductVersion properties does not need to be set but if they are, they should match the current values in the app layout.
SetAppPropertiesAsync(AsyncHandle, NxAppProperties)
Sets properties to an app.
Declaration
Task SetAppPropertiesAsync(AsyncHandle asyncHandle, [QixName("qProp")] NxAppProperties prop)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
NxAppProperties | prop |
Information about the properties of an app. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Remarks
The qLastReloadTime, qMigrationHash and qSavedInProductVersion properties does not need to be set but if they are, they should match the current values in the app layout.
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!