Click or drag to resize

IPersonAddConsentByIds Method

Add ConsentPerson by ConsentPurpose Id, LegalBase Id, ConsentSource Id, Comment. All parameters will be verified!

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
void AddConsentByIds(
	int i_ConsentPurposeId,
	int i_LegalBaseId,
	int i_ConsentSourceId,
	string i_Comment
)

Parameters

i_ConsentPurposeId
Type: SystemInt32
i_LegalBaseId
Type: SystemInt32
i_ConsentSourceId
Type: SystemInt32
i_Comment
Type: SystemString
See Also