RibbonCustomActionProvision Method |
Name | Description | |
---|---|---|
Provision(Guid, SPList) |
Provision all pending customizations to specified list.
Customizations will be shown on all list pages.
| |
Provision(Guid, SPSite) |
Provision all pending customizations to specified site collection.
Customizations will be shown on all list pages.
| |
Provision(Guid, SPWeb) |
Provision all pending customizations to specified web.
Customizations will be shown on all list pages.
| |
Provision(Guid, SPList, ListForms) |
Provision all pending customizations to specified list.
Customizations will be shown on specified list pages for lists with specified ID.
| |
Provision(Guid, SPSite, ListTypes) |
Provision all pending customizations to specified site collection.
Customizations will be shown on all pages for lists with specified ID.
| |
Provision(Guid, SPWeb, ListTypes) |
Provision all pending customizations to specified web.
Customizations will be shown on all pages for lists with specified ID.
| |
Provision(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.
| |
Provision(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.
| |
Provision(Guid, SPWeb, ListTypes, ListForms) |
Provision all pending customizations to specified web.
Customizations will be shown on specified list pages for lists with specified ID.
| |
Provision(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.
| |
Provision(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.
| |
Provision(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.
|