Click or drag to resize

ConsentService.WithdrawConsent Method

Namespace:  Dynamicweb.DataProcessing
Assembly:  Dynamicweb.DataProcessing (in Dynamicweb.DataProcessing.dll) Version: 2.0.3
Syntax
public Consent WithdrawConsent(
	string activityId,
	string subjectId,
	string subjectType,
	ConsentRequestInfo requestInfo
)

Parameters

activityId
Type: System.String
subjectId
Type: System.String
subjectType
Type: System.String
requestInfo
Type: Dynamicweb.DataProcessing.ConsentRequestInfo

Return Value

Type: Consent
See Also