Expand Minimize
This topic has not yet been rated - Rate this topic

SPField.ListItemMenuState enumeration

Specifies whether a link to a menu or callout must be shown in the field, must not be shown, or can optionally be shown.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public enum ListItemMenuState
Member nameDescription
AllowedThe menu or link can be optionally shown. (integer value = 0)
RequiredThe menu or link must be shown. (integer value = 1).
ProhibitedThe menu or link cannot be shown. (integer value = 2).
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.