[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Facebook.Web.Security.FacebookMembershipProvider.DeleteUser(System.String,System.Boolean)"]
Assembly: Facebook.Web (in Facebook.Web.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public override bool DeleteUser( string username, bool deleteAllRelatedData ) |
Visual Basic (Declaration) |
---|
Public Overrides Function DeleteUser ( _ username As String, _ deleteAllRelatedData As Boolean _ ) As Boolean |
Visual C++ |
---|
public: virtual bool DeleteUser( String^ username, bool deleteAllRelatedData ) override |
Parameters
- username
- Type: System..::.String
[Missing <param name="username"/> documentation for "M:Facebook.Web.Security.FacebookMembershipProvider.DeleteUser(System.String,System.Boolean)"]
- deleteAllRelatedData
- Type: System..::.Boolean
[Missing <param name="deleteAllRelatedData"/> documentation for "M:Facebook.Web.Security.FacebookMembershipProvider.DeleteUser(System.String,System.Boolean)"]
Return Value
[Missing <returns> documentation for "M:Facebook.Web.Security.FacebookMembershipProvider.DeleteUser(System.String,System.Boolean)"]