Click or drag to resize

IPersonAddConsentByNames Method

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

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
void AddConsentByNames(
	string i_ConsentPurposeKey,
	string i_LegalBaseKey,
	string i_ConsentSourceKey,
	string i_Comment
)

Parameters

i_ConsentPurposeKey
Type: SystemString
i_LegalBaseKey
Type: SystemString
i_ConsentSourceKey
Type: SystemString
i_Comment
Type: SystemString
See Also