Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
CheckActionForDirectory ( IFilesStorageProviderV30 provider, string directory, string action, string currentUser, string groups ) : bool |
Checks whether an action is allowed for a directory.
|
|
CheckActionForGlobals ( string action, string currentUser, string groups ) : bool |
Checks whether an action is allowed for the global resources.
|
|
CheckActionForNamespace ( NamespaceInfo nspace, string action, string currentUser, string groups ) : bool |
Checks whether an action is allowed for a namespace.
|
|
CheckActionForPage ( System.PageInfo page, string action, string currentUser, string groups ) : bool |
Checks whether an action is allowed for a page.
|
public static CheckActionForDirectory ( IFilesStorageProviderV30 provider, string directory, string action, string currentUser, string groups ) : bool | ||
provider | IFilesStorageProviderV30 | The provider that manages the directory. |
directory | string | The full path of the directory. |
action | string | The action the user is attempting to perform. |
currentUser | string | The current user. |
groups | string | The groups the user is member of. |
Résultat | bool |
public static CheckActionForGlobals ( string action, string currentUser, string groups ) : bool | ||
action | string | The action the user is attempting to perform. |
currentUser | string | The current user. |
groups | string | The groups the user is member of. |
Résultat | bool |
public static CheckActionForNamespace ( NamespaceInfo nspace, string action, string currentUser, string groups ) : bool | ||
nspace | NamespaceInfo | The current namespace ( |
action | string | The action the user is attempting to perform. |
currentUser | string | The current user. |
groups | string | The groups the user is member of. |
Résultat | bool |
public static CheckActionForPage ( System.PageInfo page, string action, string currentUser, string groups ) : bool | ||
page | System.PageInfo | The current page. |
action | string | The action the user is attempting to perform. |
currentUser | string | The current user. |
groups | string | The groups the user is member of. |
Résultat | bool |