PrivacyItemManagerBase<T>.DeleteAll method
Deletes all the items corresponding to the given user.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub DeleteAll
'Usage
Dim instance As PrivacyItemManagerBase
instance.DeleteAll()
public void DeleteAll()
See also
Reference
PrivacyItemManagerBase<T> class