MySqlPersonalizationProvider.ResetState Method

MySQL Connector/Net

MySqlPersonalizationProviderResetState Method

Namespace: MySql.Web.Personalization
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntax
public override int ResetState(
	PersonalizationScope scope,
	string[] paths,
	string[] usernames
)
Public Overrides Function ResetState ( 
	scope As PersonalizationScope,
	paths As String(),
	usernames As String()
) As Integer
public:
virtual int ResetState(
	PersonalizationScope scope, 
	array<String^>^ paths, 
	array<String^>^ usernames
) override
abstract ResetState : 
        scope : PersonalizationScope * 
        paths : string[] * 
        usernames : string[] -> int 
override ResetState : 
        scope : PersonalizationScope * 
        paths : string[] * 
        usernames : string[] -> int 

Parameters

scope
Type: System.Web.UI.WebControls.WebPartsPersonalizationScope
paths
Type: SystemString
usernames
Type: SystemString

Return Value

Type: Int32
See Also