  | SubjectConsentServiceTKeyGetConsent Method (String, TKey) | 
  
    Namespace: 
   Dynamicweb.DataProcessing
    Assembly:
   Dynamicweb.DataProcessing (in Dynamicweb.DataProcessing.dll) Version: 2.0.3
Syntaxpublic Consent GetConsent(
	string activityId,
	TKey subjectId
)
Public Function GetConsent ( 
	activityId As String,
	subjectId As TKey
) As Consent
Parameters
- activityId
 - Type: SystemString
 - subjectId
 - Type: TKey
 
Return Value
Type: 
Consent
See Also