| ConsentServiceGetConsentsByActivity Method |
Namespace:
Dynamicweb.DataProcessing
Assembly:
Dynamicweb.DataProcessing (in Dynamicweb.DataProcessing.dll) Version: 2.0.3
Syntax public IEnumerable<Consent> GetConsentsByActivity(
string activityId
)
Public Function GetConsentsByActivity (
activityId As String
) As IEnumerable(Of Consent)
Parameters
- activityId
- Type: SystemString
Return Value
Type:
IEnumerableConsentSee Also