DefaultProfileProvider.DeleteProfiles Method (ProfileInfoCollection)

Deletes the profiles specified.

Namespace:  System.Web.Providers
Assembly:  System.Web.Providers (in System.Web.Providers.dll)

Syntax

'Declaration
Public Overrides Function DeleteProfiles ( _
    profiles As ProfileInfoCollection _
) As Integer
'Usage
Dim instance As DefaultProfileProvider 
Dim profiles As ProfileInfoCollection 
Dim returnValue As Integer 

returnValue = instance.DeleteProfiles(profiles)
public override int DeleteProfiles(
    ProfileInfoCollection profiles
)
public:
virtual int DeleteProfiles(
    ProfileInfoCollection^ profiles
) override
abstract DeleteProfiles : 
        profiles:ProfileInfoCollection -> int  
override DeleteProfiles : 
        profiles:ProfileInfoCollection -> int
public override function DeleteProfiles(
    profiles : ProfileInfoCollection
) : int

Parameters

Return Value

Type: System.Int32
The deleted profiles.

See Also

Reference

DefaultProfileProvider Class

DeleteProfiles Overload

System.Web.Providers Namespace

Other Resources

ASP.NET Identity