 | EmailProfile.DeleteProfiles Method (IEnumerable<Int32>) |
Deletes specific email profiles.
Namespace:
Dynamicweb.Analytics.Notifications
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntaxpublic static void DeleteProfiles(
IEnumerable<int> ids
)
Public Shared Sub DeleteProfiles (
ids As IEnumerable(Of Integer)
)
Parameters
- ids
- Type: System.Collections.Generic.IEnumerable<Int32>
A list of profile IDs to delete.
See Also