IPersonRemoveConsentByName Method |
Remove ConsentPerson by ConsentPurpose Name
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxvoid RemoveConsentByName(
string i_ConsentPurposeKey
)
Sub RemoveConsentByName (
i_ConsentPurposeKey As String
)
Dim instance As IPerson
Dim i_ConsentPurposeKey As String
instance.RemoveConsentByName(i_ConsentPurposeKey)
void RemoveConsentByName(
[InAttribute] String^ i_ConsentPurposeKey
)
Parameters
- i_ConsentPurposeKey
- Type: SystemString
See Also