ArcFM Responder Mobile Developer Guide
Enabled Method (CleanupFeederSync)






Syntax
'Declaration
 
Public Overrides Function Enabled( _
   ByVal actionType As ActionType, _
   ByVal gdbmAction As Actions, _
   ByVal versionType As PostVersionType _
) As System.Boolean
'Usage
 
Dim instance As CleanupFeederSync
Dim actionType As ActionType
Dim gdbmAction As Actions
Dim versionType As PostVersionType
Dim value As System.Boolean
 
value = instance.Enabled(actionType, gdbmAction, versionType)
public override System.bool Enabled( 
   ActionType actionType,
   Actions gdbmAction,
   PostVersionType versionType
)
public function Enabled( 
    actionType: ActionType;
    gdbmAction: Actions;
    versionType: PostVersionType
): System.Boolean; override; 
public override function Enabled( 
   actionType : ActionType,
   gdbmAction : Actions,
   versionType : PostVersionType
) : System.boolean;
public: System.bool Enabled( 
   ActionType actionType,
   Actions gdbmAction,
   PostVersionType versionType
) override 
public:
System.bool Enabled( 
   ActionType actionType,
   Actions gdbmAction,
   PostVersionType versionType
) override 

Parameters

actionType
gdbmAction
versionType
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

CleanupFeederSync Class
CleanupFeederSync Members

Send Feedback