Méthode | Description | |
---|---|---|
CanCreatePage ( WikiFunctions.API.PageInfo page ) : bool |
Returns whether the user can create the page based on group/edit rights
|
|
CanDeletePage ( WikiFunctions.API.PageInfo page ) : bool |
Returns whether the user can delete the page based on group/edit rights Examples: sysop, eliminator groups should be able to delete pages
|
|
CanEditPage ( WikiFunctions.API.PageInfo page ) : bool |
|
|
CanMovePage ( WikiFunctions.API.PageInfo page ) : bool |
|
|
HasRight ( string right ) : bool |
|
|
IsInGroup ( string group ) : bool |
|
Méthode | Description | |
---|---|---|
Update ( |
Updates the information about the current user
|
|
UserInfo ( ) : System.Collections.Generic |
Creates a UserInfo object for an unregistered user
|
|
UserInfo ( |
Creates a UserInfo class from an meta=userinfo XML
|
public CanCreatePage ( WikiFunctions.API.PageInfo page ) : bool | ||
page | WikiFunctions.API.PageInfo | |
Résultat | bool |
public CanDeletePage ( WikiFunctions.API.PageInfo page ) : bool | ||
page | WikiFunctions.API.PageInfo | |
Résultat | bool |
public CanEditPage ( WikiFunctions.API.PageInfo page ) : bool | ||
page | WikiFunctions.API.PageInfo | |
Résultat | bool |
public CanMovePage ( WikiFunctions.API.PageInfo page ) : bool | ||
page | WikiFunctions.API.PageInfo | |
Résultat | bool |