Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks whether the user has permissions to cancel a coupon export.
Namespace: Microsoft.CommerceServer.Marketing.WebService
Assembly: Microsoft.CommerceServer.Marketing.DataManagement (in Microsoft.CommerceServer.Marketing.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Sub AccessCheckCancelCouponExport ( _
filePath As String _
)
'Usage
Dim instance As MarketingWebService
Dim filePath As String
instance.AccessCheckCancelCouponExport(filePath)
[WebMethodAttribute]
public virtual void AccessCheckCancelCouponExport(
string filePath
)
[WebMethodAttribute]
public:
virtual void AccessCheckCancelCouponExport(
String^ filePath
)
public function AccessCheckCancelCouponExport(
filePath : String
)
Parameters
- filePath
Type: System..::.String
The path to the exported coupon file.
Remarks
Checks whether the user has permissions to cancel a coupon export.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.