ArcFM Responder Mobile Developer Guide
SyncEnabled Method (SyncFeederInfo)






The workspace.
Indicates if Feeder Sync is enabled on the specified workspace.
Syntax
'Declaration
 
Public Overridable Function SyncEnabled( _
   ByVal workspace As ESRI.ArcGIS.Geodatabase.IWorkspace _
) As SyncFeederResult
'Usage
 
Dim instance As SyncFeederInfo
Dim workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim value As SyncFeederResult
 
value = instance.SyncEnabled(workspace)
public virtual SyncFeederResult SyncEnabled( 
   ESRI.ArcGIS.Geodatabase.IWorkspace workspace
)
public function SyncEnabled( 
    workspace: ESRI.ArcGIS.Geodatabase.IWorkspace
): SyncFeederResult; virtual; 
public function SyncEnabled( 
   workspace : ESRI.ArcGIS.Geodatabase.IWorkspace
) : SyncFeederResult;
public: virtual SyncFeederResult* SyncEnabled( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* workspace
) 
public:
virtual SyncFeederResult^ SyncEnabled( 
   ESRI.ArcGIS.Geodatabase.IWorkspace^ workspace
) 

Parameters

workspace
The workspace.

Return Value

true if Feeder Sync is enabled, false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SyncFeederInfo Class
SyncFeederInfo Members

Send Feedback