 | SubjectConsentService<TKey>.IsConsentGiven Method (String, TKey) |
Namespace:
Dynamicweb.DataProcessing
Assembly:
Dynamicweb.DataProcessing (in Dynamicweb.DataProcessing.dll) Version: 2.0.3
Syntaxpublic bool IsConsentGiven(
string activityId,
TKey subjectId
)
Public Function IsConsentGiven (
activityId As String,
subjectId As TKey
) As Boolean
Parameters
- activityId
- Type: System.String
- subjectId
- Type: TKey
Return Value
Type:
Boolean
See Also