ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Core Namespace / PortalProjectSyncType Enumeration

In This Topic
    PortalProjectSyncType Enumeration
    In This Topic
    Sets flow direction when merging portal projects
    Syntax
    Members
    MemberDescription
    ForcePull New local items are deleted. New remote items are pulled. Conflicts are automatically resolved to pull from the portal.
    ForcePullIgnoreLock New local items are deleted. New remote items are pulled. Conflicts are automatically resolved to pull from the portal and the lock will be ignored.
    ForcePush Portal items are overwritten with local items. Conflicts are automatically resolved to push to the portal.
    Pull New remote items are pulled from portal and new local items are pushed to portal. Conflicts are automatically resolved to pull from the portal.
    Push New remote items are pulled from portal and new local items are pushed to portal. Conflicts are automatically resolved to push to the portal.
    Remarks

    When a project is saved to portal, or a portal project is saved as another portal project, or a local cached project is getting updates from portal, the PortalProjectSyncType is used to specify the flow direction of the synchronization.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Core.PortalProjectSyncType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also