Click or drag to resize

ConsentServiceGetConsentsBySubject Method

Namespace:  Dynamicweb.DataProcessing
Assembly:  Dynamicweb.DataProcessing (in Dynamicweb.DataProcessing.dll) Version: 2.0.3
Syntax
public IEnumerable<Consent> GetConsentsBySubject(
	string subjectId,
	string subjectType
)

Parameters

subjectId
Type: SystemString
subjectType
Type: SystemString

Return Value

Type: IEnumerableConsent
See Also