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

In This Topic
    PortalProjectSyncType Enumeration
    In This Topic
    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 New local items are pushed. New remote items are deleted. Conflicts are automatically resolved to push to the portal.
    Normal New local items are pushed. New remote items are pulled. Conflicts are resolved by the user with the conflict resolution dialog.
    Pull New remote items are pulled. Conflicts are automatically resolved to pull from the portal.
    Push New local items are pushed. Conflicts are automatically resolved to push to the portal.
    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