Action |
Description |
Example |
AddLookupColumnToList |
Creates a new <b>list</b>-scoped lookup column pointing to an existing list. |
Download Quickstart |
AddSiteColumnToContentType |
Adds a site column to an existing content type. |
Download Quickstart |
AddSiteColumnToList |
Adds a site column to an existing SharePoint list. |
Download Quickstart |
CreateLookupColumn |
Creates a new <b>site</b>-scoped lookup column pointing to a field in an existing list. |
Download Quickstart |
EnsureSiteColumn |
Adds or updates a SharePoint site column (allows the GUID to be specified for new columns). |
Download Quickstart |
ExportList |
Exports a SharePoint list to a Content Migration Package (CMP) based on the web and list name. |
Download Quickstart |
ExportListItem |
Exports a SharePoint list item to a Content Migration Package (CMP) based on the web, list name and list item ID. |
Download Quickstart |
ExportWeb |
Exports a SharePoint web (SPWeb) to a Content Migration Package (CMP). |
Download Quickstart |
ImportList |
Imports a lists items from a Content Migration Package (CMP). |
Download Quickstart |
ImportListItem |
Imports a web (SPListItem) from a Content Migration Package (CMP). |
Download Quickstart |
ImportWeb |
Imports a web (SPWeb) from a Content Migration Package (CMP). |
Download Quickstart |
AddContentTypeToList |
Adds a specified content type to a SharePoint list. |
Download Quickstart |
EnsureContentType |
Allows a content type to be added or updated in a SharePoint site. |
Download Quickstart |
SynchroniseContentTypes |
Ensures that a child content type has the same columns (fields) as the parent content type. |
Download Quickstart |
AddFile |
Adds a file to a list. |
Download Quickstart |
ApproveFiles |
Approves a list of files contained within the list. |
Download Quickstart |
CheckInFiles |
Checks in a list of files to one or more document libraries. |
Download Quickstart |
CheckOutFile |
Used to check out a list of files in a one or more document libraries. |
Download Quickstart |
CopyFile |
Copies a single file from a source list to a destination list (in SharePoint). |
Download Quickstart |
GetFiles |
Reads the list of files (and urls) specified in the ListFileInfo, based on a List Name and Filter Pattern. |
Download Quickstart |
PublishFiles |
Publishes a list of supplied files. |
Download Quickstart |
UpdateFileContent |
Updates the file content in a list. |
Download Quickstart |
AddListItemEventReceiver |
Adds a list event receiver to a SharePoint list. |
Download Quickstart |
DeleteList |
Destroys (or recycles) a SharePoint list. Can also optionally delete data only. |
Download Quickstart |
ImportDataSetToList |
Imports the given Dataset data into the list. |
Download Quickstart |
EnsurePropertyBagItems |
Adds (or updates) a value in the relevant property bag. The web, site, web application and farm property bags can all be updated. |
Download Quickstart |
CreateUser |
Creates a new user in the site (see documentation on SPWeb.SiteUsers) and can optionally make the user site collection admin. |
Download Quickstart |
CreateSite |
Creates (or overwrites) a site collection (SPSite) in a web application. |
Download Quickstart |
CreateWeb |
Creates a new web in a site collection. |
Download Quickstart |
SetMasterPage |
Sets the current web master page. Can also (optionally) set child webs. |
Download Quickstart |
CreateWebApplication |
Creates a new SharePoint web application. |
Download Quickstart |
ExtendWebApplication |
Extends an existing web application in IIS. |
Download Quickstart |
AddWebParts |
Allows multiple web parts to be added to a web part zone on a web part page. |
Download Quickstart |
ConnectWebParts |
This action allows 2 web parts (provider and consumer) to be connected on a particular web part page. |
Download Quickstart |
RemoveWebParts |
Allows multiple web parts to be removed from a web part page. |
Download Quickstart |
SetWebPartProperties |
Sets the WebPart properties in a page. |
Download Quickstart |
StsAdmin |
Allows a SQL Statement to be run against a database as specified by a supplied connection string. |
Download Quickstart |