ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core Namespace / DownloadOptions Class / UnpackOtherToProjectLocation Property

In This Topic
    UnpackOtherToProjectLocation Property
    In This Topic
    Gets and sets the 'Unpack to the project's home folder' option for unpacking other files and packages.
    Syntax
    public bool UnpackOtherToProjectLocation {get; set;}
    Public Property UnpackOtherToProjectLocation As Boolean
    Remarks
    Setting this property to true automatically clears out the UnpackOtherLocation property and sets the AskForUnpackOtherLocation property to false.
    This property is automatically set to false if the UnpackOtherLocation property is set or AskForUnpackOtherLocation is set to true.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also