Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of object associated with the custom action.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Enumeration UserCustomActionRegistrationType
'Usage
Dim instance As UserCustomActionRegistrationType
public enum UserCustomActionRegistrationType
Members
Member name | Description | |
---|---|---|
None | Enumeration whose values specify that the object association is not specified. The value = 0. | |
List | Enumeration whose values specify that the custom action is associated with a list. The value = 1. | |
ContentType | Enumeration whose values specify that the custom action is associated with a content type. The value = 2. | |
ProgId | Enumeration whose values specify that the custom action is associated with a ProgID. The value = 3. | |
FileType | Enumeration whose values specify that the custom action is associated with a file extension. The value = 4. |