ArcFM Responder Mobile Developer Guide
ProcessCheckouts Method (MMProductManagerClass)






Syntax
'Declaration
 
Public Overridable Sub ProcessCheckouts( _
   ByVal bWithExtensions As System.Boolean _
) 
'Usage
 
Dim instance As MMProductManagerClass
Dim bWithExtensions As System.Boolean
 
instance.ProcessCheckouts(bWithExtensions)
public virtual void ProcessCheckouts( 
   System.bool bWithExtensions
)
public procedure ProcessCheckouts( 
    bWithExtensions: System.Boolean
); virtual; 
public function ProcessCheckouts( 
   bWithExtensions : System.boolean
);
public: virtual void ProcessCheckouts( 
   System.bool bWithExtensions
) 
public:
virtual void ProcessCheckouts( 
   System.bool bWithExtensions
) 

Parameters

bWithExtensions
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

MMProductManagerClass Class
MMProductManagerClass Members

Send Feedback