Click or drag to resize
RibbonCustomActionProvision Method
Overload List
  NameDescription
Public methodProvision(Guid, SPList)
Provision all pending customizations to specified list. Customizations will be shown on all list pages.
Public methodProvision(Guid, SPSite)
Provision all pending customizations to specified site collection. Customizations will be shown on all list pages.
Public methodProvision(Guid, SPWeb)
Provision all pending customizations to specified web. Customizations will be shown on all list pages.
Public methodProvision(Guid, SPList, ListForms)
Provision all pending customizations to specified list. Customizations will be shown on specified list pages for lists with specified ID.
Public methodProvision(Guid, SPSite, ListTypes)
Provision all pending customizations to specified site collection. Customizations will be shown on all pages for lists with specified ID.
Public methodProvision(Guid, SPWeb, ListTypes)
Provision all pending customizations to specified web. Customizations will be shown on all pages for lists with specified ID.
Public methodProvision(Guid, SPList, ListForms, SPBasePermissions)
Provision all pending customizations to specified web. Customizations will be shown on specified list pages, only to users with appropriate rights.
Public methodProvision(Guid, SPSite, ListTypes, ListForms)
Provision all pending customizations to specified site collection. Customizations will be shown on specified list pages for lists with specified ID.
Public methodProvision(Guid, SPWeb, ListTypes, ListForms)
Provision all pending customizations to specified web. Customizations will be shown on specified list pages for lists with specified ID.
Public methodProvision(Guid, SPSite, ListTypes, ListForms, SPBasePermissions)
Provision all pending customizations to specified site collection. Customizations will be shown on specified list pages, only to users with appropriate rights.
Public methodProvision(Guid, SPUserCustomActionCollection, String, ListForms, NullableSPBasePermissions)
Provision all pending customizations to specified web. Customizations will be shown on specified list pages, for lists with specified ID (this can be your custom list template ID), to users with appropriate rights.
Public methodProvision(Guid, SPWeb, ListTypes, ListForms, SPBasePermissions)
Provision all pending customizations to specified web. Customizations will be shown on specified list pages, only to users with appropriate rights.
Top
See Also