Gets whether a file in a user's local cache can be checked out.
Syntax
| Visual Basic (Declaration) | |
|---|
Public mbHasLockRights As System.Short |
| C# | |
|---|
public System.short mbHasLockRights |
| C++/CLI | |
|---|
public:
System.short mbHasLockRights |
Field Value
- 0 = file in the user’s local cache can be checked out
- 1 = file in the user’s local cache cannot be checked out
See Also