ArcGIS Pro 2.9 API Reference Guide
GetCanSynchronizeReplicas Method

ArcGIS.Desktop.Mapping.Offline Namespace > GenerateOfflineMap Class : GetCanSynchronizeReplicas Method
The map to check for syncable content
Gets whether the map contains local syncable content that can be sync'd with its feature service. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public bool GetCanSynchronizeReplicas( 
   Map map
)
Public Function GetCanSynchronizeReplicas( _
   ByVal map As Map _
) As Boolean

Parameters

map
The map to check for syncable content

Return Value

Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Map cannot be null
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

GenerateOfflineMap Class
GenerateOfflineMap Members