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