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

In This Topic
    AskForUnpackOtherLocation Property
    In This Topic
    Gets and sets the 'Ask where to save before unpacking' option for project packages and templates.
    Syntax
    public bool AskForUnpackOtherLocation {get; set;}
    Public Property AskForUnpackOtherLocation As Boolean
    Remarks
    Setting this property to true automatically clears out the UnpackOtherLocation property and sets the UnpackOtherToProjectLocation property to false.
    This property is automatically set to false if the UnpackOtherLocation property is set or UnpackOtherToProjectLocation is set to true.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also