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
Syntaxvoid AddConsentByNames(
string i_ConsentPurposeKey,
string i_LegalBaseKey,
string i_ConsentSourceKey,
string i_Comment
)
Sub AddConsentByNames (
i_ConsentPurposeKey As String,
i_LegalBaseKey As String,
i_ConsentSourceKey As String,
i_Comment As String
)
Dim instance As IPerson
Dim i_ConsentPurposeKey As String
Dim i_LegalBaseKey As String
Dim i_ConsentSourceKey As String
Dim i_Comment As String
instance.AddConsentByNames(i_ConsentPurposeKey,
i_LegalBaseKey, i_ConsentSourceKey,
i_Comment)
void AddConsentByNames(
[InAttribute] String^ i_ConsentPurposeKey,
[InAttribute] String^ i_LegalBaseKey,
[InAttribute] String^ i_ConsentSourceKey,
[InAttribute] String^ i_Comment
)
Parameters
- i_ConsentPurposeKey
- Type: SystemString
- i_LegalBaseKey
- Type: SystemString
- i_ConsentSourceKey
- Type: SystemString
- i_Comment
- Type: SystemString
See Also