IPersonAddConsentByRecord Method |
Add ConsentPerson by ConsentPerson. All identy parameters will be verified!
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxvoid AddConsentByRecord(
IConsentPerson i_pConsentPerson
)
Sub AddConsentByRecord (
i_pConsentPerson As IConsentPerson
)
Dim instance As IPerson
Dim i_pConsentPerson As IConsentPerson
instance.AddConsentByRecord(i_pConsentPerson)
void AddConsentByRecord(
[InAttribute] IConsentPerson^ i_pConsentPerson
)
Parameters
- i_pConsentPerson
- Type: SuperOffice.COM.SuperOfficeDBIConsentPerson
See Also