SecurityUserHasFolderRight Method |
Returns true when the given physical directory is accessible to this user
with at least minRight.
Mirrors SWIMoveFile: resolves physDir to a SWIFolder path, looks it up in
AllFolders, then applies the same right checks (right==0 → no access;
FolderRight.Edit required for write operations).
Namespace: Seal.ModelAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic bool HasFolderRight(
string physDir,
int minRight
)
Parameters
- physDir String
-
- minRight Int32
-
Return Value
Boolean
See Also