Click or drag to resize
GDWindowsSecureFolder Property
Gets the root folder of the BlackBerry Dynamics secure file system.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public GDStorageFolder SecureFolder { get; }

Property Value

Type: GDStorageFolder
The root GDStorageFolder of the BlackBerry Dynamics file system.
Remarks
You can access files and folders in SecureFolder by using GDStorageFile and GDStorageFolder classes.
See Also