ArcGIS Pro 2.7 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.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ReconcileDescription Class
ReconcileDescription Members