Click or drag to resize
GDWindowsGetApplicationPolicyString Method
Get application-specific policy settings from the BlackBerry management console, as string.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public string GetApplicationPolicyString()

Return Value

Type: String
String containing policy settings in a JSON string. The string will evaluate to an object with an attribute for each application-specific setting. The names of the attributes will be the same as the settings identifiers in the policy definition. The attribute values will be the particular values that apply to the end user.
Remarks

This function returns application-specific policy settings in a JSON string. The settings will have been entered in the BlackBerry Dynamics management console, and retrieved by the BlackBerry Dynamics Runtime.

Retrieval of policy settings may happen during authorization processing, or whenever settings are changed on the BlackBerry Dynamics management console. When changed settings have been retrieved by the runtime, a GDAppEventPolicyUpdate event will be dispatched to the application. See also GDAppEvent for more information.

Note that retrieval is not triggered by calling this function.

See Also