Click or drag to resize

OpenInDialogMode Enumeration

Specifies how a SharePoint list item should be opened.

Namespace:  Colygon.MatchPoint.Core
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public enum OpenInDialogMode
Members
  Member nameValueDescription
UseListSettings0Uses the settings from the parent SharePoint list.
Dialog1Opens the item within a standard SharePoint dialog.
Page2Opens the item within a new page.
See Also