  | ConsentServiceWithdrawConsent Method  | 
  
    Namespace: 
   Dynamicweb.DataProcessing
    Assembly:
   Dynamicweb.DataProcessing (in Dynamicweb.DataProcessing.dll) Version: 2.0.3
Syntaxpublic Consent WithdrawConsent(
	string activityId,
	string subjectId,
	string subjectType,
	ConsentRequestInfo requestInfo
)
Public Function WithdrawConsent ( 
	activityId As String,
	subjectId As String,
	subjectType As String,
	requestInfo As ConsentRequestInfo
) As Consent
Parameters
- activityId
 - Type: SystemString
 - subjectId
 - Type: SystemString
 - subjectType
 - Type: SystemString
 - requestInfo
 - Type: Dynamicweb.DataProcessingConsentRequestInfo
 
Return Value
Type: 
Consent
See Also