Click or drag to resize
IPrivacyControlLoggerLogDelete Method

[This is preliminary documentation and is subject to change.]

Log deleted customers data using privacy control plugin

Namespace: Netadmin.Management.PrivacyControl
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void LogDelete(
	IEnumerable<ICustomerSpPair> customerSpPair,
	string context
)

Parameters

customerSpPair
Type: System.Collections.GenericIEnumerableICustomerSpPair

[Missing <param name="customerSpPair"/> documentation for "M:Netadmin.Management.PrivacyControl.IPrivacyControlLogger.LogDelete(System.Collections.Generic.IEnumerable{Netadmin.Management.PrivacyControl.Dto.ICustomerSpPair},System.String)"]

context
Type: SystemString

[Missing <param name="context"/> documentation for "M:Netadmin.Management.PrivacyControl.IPrivacyControlLogger.LogDelete(System.Collections.Generic.IEnumerable{Netadmin.Management.PrivacyControl.Dto.ICustomerSpPair},System.String)"]

See Also