ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / DownloadOptions Class / UnpackPPKXLocation Property

In This Topic
    UnpackPPKXLocation Property
    In This Topic
    Gets and sets the folder location for unpacking project packages and project templates
    Syntax
    public string UnpackPPKXLocation {get; set;}
    Public Property UnpackPPKXLocation As String
    Remarks
    Setting an unpacking location automatically sets the AskForUnpackPPKXLocation property to false. If the folder does not exist, the application attempts to create it when the value is assigned. Attempting to assign a folder location to which the current user does not have write permission will fail. Set to empty string to revert to the application default.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also