 | SubjectConsentService<TKey>.WithdrawConsent Method (String, TKey) |
Namespace:
Dynamicweb.DataProcessing
Assembly:
Dynamicweb.DataProcessing (in Dynamicweb.DataProcessing.dll) Version: 2.0.3
Syntaxpublic void WithdrawConsent(
string activityId,
TKey subjectId
)
Public Sub WithdrawConsent (
activityId As String,
subjectId As TKey
)
Parameters
- activityId
- Type: System.String
- subjectId
- Type: TKey
See Also