Checks if control is in edit mode for specified user.

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected virtual bool GetEditMode(
	Nullable<Guid> userId
)
Visual Basic
Protected Overridable Function GetEditMode ( 
	userId As Nullable(Of Guid)
) As Boolean
Visual C++
protected:
virtual bool GetEditMode(
	Nullable<Guid> userId
)
F#
abstract GetEditMode : 
        userId : Nullable<Guid> -> bool 
override GetEditMode : 
        userId : Nullable<Guid> -> bool 

Parameters

userId
Type: System..::..Nullable<(Of <(<'Guid>)>)>
User Id.

Return Value

Type: Boolean
True if it is in edit mode, False otherwise.

See Also