ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data Namespace / PartialPostOptions Class / Selections Property

In This Topic
    Selections Property (PartialPostOptions)
    In This Topic
    Gets or sets a list of Selection objects based on SelectionType.ObjectID to be posted to the default version.
    Syntax
    Public Property Selections As IReadOnlyList(Of Selection)
    public IReadOnlyList<Selection> Selections {get; set;}
    Remarks
    If the underlying data store supports branch versioning and partial posting, Version.Reconcile will post the data specified by the list of Selection objects to the default version.

    • Partial posting requires ArcGIS Enterprise 10.9 or higher.
    • The Utility Network supports partial posting since ArcGIS Enterprise 11.3 and Pro SDK 3.3.
    • Partial posting is not supported for Topology and Parcel Fabric.
    • Selections property is not valid for traditional versioning.

    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also