ObjVerExCanCurrentUserEdit Method |
Indicates whether the passed user can edit this object version.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool CanCurrentUserEdit(
SessionInfo sessionInfo
)
Public Function CanCurrentUserEdit (
sessionInfo As SessionInfo
) As Boolean
public:
bool CanCurrentUserEdit(
SessionInfo^ sessionInfo
)
Parameters
- sessionInfo
- Type: SessionInfo
The session to check access for.
Return Value
Type:
BooleanTrue if the user can edit this version, otherwise.
See Also