ArcObjects Library Reference (GeoDatabase)  

IMultiuserWorkspaceEdit.SupportsMultiuserEditSessionMode Method

[Visual Basic .NET]
Public Function SupportsMultiuserEditSessionMode ( _
    ByVal esMode As esriMultiuserEditSessionMode _
) As Boolean
[C#]
public bool SupportsMultiuserEditSessionMode (
    esriMultiuserEditSessionMode esMode
);
[C++]
HRESULT SupportsMultiuserEditSessionMode(
  esriMultiuserEditSessionMode esMode,
  VARIANT_BOOL* IsSupported
);
[C++]

Parameters

esMode [in]

  esMode is a parameter of type esriMultiuserEditSessionMode

IsSupported [out, retval]   IsSupported is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The SupportsMultiuserEditSessionMode method returns a boolean corresponding to whether the particular workspace supports the edit session mode that is specified as an argument. This property will return true if the specified edit session mode is supported. It is important to note that non versioned edit session mode is not supported by any data that is registered as versioned.

See Also

IMultiuserWorkspaceEdit Interface

.NET Related Topics

Editing with the geodatabase API | Reconciling versions