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
public 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 |
Implements
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
public 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 |
Implements
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.