Dynamicweb 8 Documentation
GetFees(String,String) Method
Example 

The method.
The method ID.
Gets fees by method and method ID.
Syntax
'Declaration
 
Public Overloads Shared Function GetFees( _ 
   ByVal method As String, _ 
   ByVal methodID As String _ 
) As FeeCollection
public static FeeCollection GetFees( 
   string method,
   string methodID 
)

Parameters

method
The method.
methodID
The method ID.

Return Value

FeeCollection object
Example
public String GetFeeData() 
{
    FeeCollection dwFees = Fee.GetFees("PAY", payId);

    return GetFeeData( dwFees );
 }
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

Fee Class
Fee Members
Overload List
FeeCollection Class

Send Feedback