ObjVerExCanCurrentUserEdit Method

Indicates whether the passed user can edit this object version.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public bool CanCurrentUserEdit(
	SessionInfo sessionInfo
)

Parameters

sessionInfo  SessionInfo
The session to check access for.

Return Value

Boolean
True if the user can edit this version, otherwise.

See Also