ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / UploadDefinition Class / FolderID Property

In This Topic
    FolderID Property (UploadDefinition)
    In This Topic
    Gets and sets the folder id of the portal folder into which the item will be uploaded
    Syntax
    Public Property FolderID As String
    public string FolderID {get; set;}
    Remarks
    You can either pass FolderID or FolderName but not both. Passing both the properties will result in an exception being thrown on the upload
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also