ArcGIS Pro 2.8 API Reference Guide
PartialPostSelections Property

ArcGIS.Core.Data Namespace > ReconcileDescription Class : PartialPostSelections Property
Gets or sets a list of Selection based on SelectionType.ObjectID to be posted to the Default version.
Syntax
public List<Selection> PartialPostSelections {get; set;}
Public Property PartialPostSelections As List(Of Selection)
Remarks
If the underlying data store supports branch versioning and partial posting, setting WithPost to true will cause Version.Reconcile to post the data specified by the list of Selection to the Default version. Partial posting requires ArcGIS Enterprise 10.9 or higher and is not supported with utility networks, topologies, or parcel fabrics.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ReconcileDescription Class
ReconcileDescription Members