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
Syntaxvoid AddConsentByIds(
int i_ConsentPurposeId,
int i_LegalBaseId,
int i_ConsentSourceId,
string i_Comment
)
Sub AddConsentByIds (
i_ConsentPurposeId As Integer,
i_LegalBaseId As Integer,
i_ConsentSourceId As Integer,
i_Comment As String
)
Dim instance As IPerson
Dim i_ConsentPurposeId As Integer
Dim i_LegalBaseId As Integer
Dim i_ConsentSourceId As Integer
Dim i_Comment As String
instance.AddConsentByIds(i_ConsentPurposeId,
i_LegalBaseId, i_ConsentSourceId,
i_Comment)
void AddConsentByIds(
[InAttribute] int i_ConsentPurposeId,
[InAttribute] int i_LegalBaseId,
[InAttribute] int i_ConsentSourceId,
[InAttribute] String^ i_Comment
)
Parameters
- i_ConsentPurposeId
- Type: SystemInt32
- i_LegalBaseId
- Type: SystemInt32
- i_ConsentSourceId
- Type: SystemInt32
- i_Comment
- Type: SystemString
See Also