  | ConsentServiceGetConsentsBySubject Method  | 
  
    Namespace: 
   Dynamicweb.DataProcessing
    Assembly:
   Dynamicweb.DataProcessing (in Dynamicweb.DataProcessing.dll) Version: 2.0.3
Syntaxpublic IEnumerable<Consent> GetConsentsBySubject(
	string subjectId,
	string subjectType
)
Public Function GetConsentsBySubject ( 
	subjectId As String,
	subjectType As String
) As IEnumerable(Of Consent)
Parameters
- subjectId
 - Type: SystemString
 - subjectType
 - Type: SystemString
 
Return Value
Type: 
IEnumerableConsent
See Also