|
ArrayOfDeleteFailure
|
alertDeleteAlerts(AlertArrayOfString iDs)
Deletes the specified alerts within a Web site.
|
|
AlertInfo
|
alertGetAlerts()
Returns information about the alerts within a Web site.
|
|
LoginResult
|
authLogin(String user, String pass)
Used in a forms-based authentication system to either set an authentication cookie or, if there is a problem with the logon, return an error code.
|
|
AuthenticationMode
|
authMode()
Returns the authentication mode for the current SharePoint site.
|
|
void
|
connect(String username, String password, String serverUrl)
Connect to the Sharepoint service
|
|
String
|
connectionId()
Are we connected
|
|
void
|
copyCopyIntoItems(String sourceUrl, DestinationUrlCollection destinationUrls, FieldInformationCollection fields, ByteArrayOutputStream stream, Holder<Long> copyIntoItemsResult, Holder<CopyResultCollection> results)
Copies a document represented by a Byte array to one or more locations on a server.
|
|
void
|
copyCopyIntoItemsLocal(String sourceUrl, DestinationUrlCollection destinationUrls, Holder<Long> copyIntoItemsLocalResult, Holder<CopyResultCollection> results)
Copies a document from one location on a server running Microsoft SharePoint Foundation to another location on the same server.
|
|
void
|
copyGetItem(String url, Holder<Long> getItemResult, Holder<FieldInformationCollection> fields, Holder<byte[]> stream)
Generates a Byte array representation of a document that can be passed to the CopyIntoItems method to copy the document to a different server.
|
|
void
|
disconnect()
Disconnect
|
|
String
|
dwsCanCreateDwsUrl(String url)
Determines whether the user has sufficient rights to create a Document Workspace site with the proposed URL on the server.
|
|
String
|
dwsCreateDws(String documentUrl, String users, String title, String documents)
Creates a Document Workspace site and optionally adds users to the new SharePoint site.
|
|
String
|
dwsCreateFolder(String url)
Creates a subfolder in the document library of the current Document Workspace site.
|
|
String
|
dwsDeleteDws()
Deletes the current Document Workspace site and its contents.
|
|
String
|
dwsDeleteFolder(String url)
Deletes a subfolder from a document library of the current Document Workspace site.
|
|
String
|
dwsFindDwsDoc(String id)
Returns the absolute URL of a document listed in the documents parameter of a previous call to the CreateDws method.
|
|
String
|
dwsGetDwsData(String document, String lastUpdate)
Returns information about a Document Workspace site and the lists it contains.
|
|
String
|
dwsGetDwsMetaData(String document, String id, boolean minimal)
Returns information about a Document Workspace site and the lists it contains.
|
|
String
|
dwsRemoveDwsUser(String id)
Removes the specified user from the list of users for the current Document Workspace site.
|
|
String
|
dwsRenameDws(String title)
Changes the title of the current Document Workspace site.
|
|
String
|
dwsUpdateDwsData(String updates, String meetingInstance)
Performs a batch update of items and data for the Document Workspace site.
|
|
RequestStatus
|
emailChangeContactsMembershipInDistributionGroup(String alias, MailArrayOfString addListForContacts, MailArrayOfString deleteListForContacts, boolean deleteAllCurrentMembers)
Requests the addition and removal of contacts from the specified e-mail distribution group.
|
|
RequestStatus
|
emailChangeUsersMembershipInDistributionGroup(String alias, MailArrayOfString addNt4NameList, MailArrayOfString deleteNt4NameList, boolean deleteAllCurrentMembers)
Requests the addition and removal of users from the specified e-mail distribution group.
|
|
RequestStatus
|
emailCreateContact(String alias, String firstName, String lastName, String forwardingEmail, ContactFlags flags)
Requests the creation of a new contact from the specified name and data.
|
|
RequestResponse
|
emailCreateDistributionGroup(String alias, String groupname, String description, String contactCN, RequestInfo info, DistributionGroupFlags flags)
Requests the creation of a new e-mail distribution list from the specified data.
|
|
RequestStatus
|
emailDeleteContact(String alias)
Requests the deletion of a contact from the Active Directory container.
|
|
RequestResponse
|
emailDeleteDistributionGroup(String alias, RequestInfo info)
Requests the deletion of an e-mail distribution group.
|
|
RequestResponse
|
emailGetJobStatus(int jobId)
Requests an update on the status of a previous request that had PendingApproval status when it was last checked.
|
|
RequestStatus
|
emailModifyContact(String oldAlias, String newAlias, String firstName, String lastName, String forwardingEmail, ContactFlags flags)
Requests a change in information about a contact.
|
|
RequestResponse
|
emailModifyDistributionGroup(String alias, String groupname, String description, String contactCN, RequestInfo info, DistributionGroupFlags flags)
Requests a change in the stored information about an e-mail distribution group.
|
|
RequestResponse
|
emailRenameDistributionGroup(String oldAlias, String newAlias, RequestInfo info)
Request a change in the alias for an e-mail distribution group.
|
|
GetFormResponse.GetFormResult
|
formGetForm(String listName, String formUrl)
Returns the schema of a form for a specified list based on the name of the list and the URL of the form.
|
|
GetFormCollectionResponse.GetFormCollectionResult
|
formGetFormCollection(String listName)
Returns the URLs and types of the forms for a list.
|
|
InputStream
|
getFileAsStream(String url)
Returns the stream content of the file.
|
|
void
|
groupAddGroup(String groupName, String ownerIdentifier, String ownerType, String defaultUserLoginName, String description)
Adds a group to the current site collection.
|
|
void
|
groupAddGroupToRole(String roleName, String groupName)
Adds the specified group to the specified role definition.
|
|
void
|
groupAddRole(String roleName, String description, int permissionMask)
Adds a role definition to the current site collection.
|
|
void
|
groupAddRoleDef(String roleName, String description, BigInteger permissionMask)
Adds a role definition to the current site collection.
|
|
void
|
groupAddUserCollectionToGroup(String groupName, AddUserCollectionToGroup.UsersInfoXml usersInfoXml)
Adds the collection of users to the specified group.
|
|
void
|
groupAddUserCollectionToRole(String roleName, AddUserCollectionToRole.UsersInfoXml usersInfoXml)
Adds the collection of users to the specified role definition.
|
|
void
|
groupAddUserToGroup(String groupName, String userName, String userLoginName, String userEmail, String userNotes)
Adds the user to the specified group.
|
|
void
|
groupAddUserToRole(String roleName, String userName, String userLoginName, String userEmail, String userNotes)
Adds the user to the specified role definition.
|
|
GetAllUserCollectionFromWebResponse.GetAllUserCollectionFromWebResult
|
groupGetAllUserCollectionFromWeb()
Returns information about the collection of users for the current Web site.
|
|
GetCurrentUserInfoResponse.GetCurrentUserInfoResult
|
groupGetCurrentUserInfo()
|
|
GetGroupCollectionResponse.GetGroupCollectionResult
|
groupGetGroupCollection(GetGroupCollection.GroupNamesXml groupNamesXml)
Returns information about the specified groups in the current site collection.
|
|
GetGroupCollectionFromRoleResponse.GetGroupCollectionFromRoleResult
|
groupGetGroupCollectionFromRole(String roleName)
Returns information about the collection of groups assigned to the specified role definition.
|
|
GetGroupCollectionFromSiteResponse.GetGroupCollectionFromSiteResult
|
groupGetGroupCollectionFromSite()
Removes the specified users from the current site collection.
|
|
GetGroupCollectionFromUserResponse.GetGroupCollectionFromUserResult
|
groupGetGroupCollectionFromUser(String userLoginName)
Returns information about the collection of groups of which the specified user is a member.
|
|
GetGroupCollectionFromWebResponse.GetGroupCollectionFromWebResult
|
groupGetGroupCollectionFromWeb()
Returns information about the collection of groups for the current Web site.
|
|
GetGroupInfoResponse.GetGroupInfoResult
|
groupGetGroupInfo(String groupName)
Returns information about the specified group.
|
|
GetRoleCollectionResponse.GetRoleCollectionResult
|
groupGetRoleCollection(GetRoleCollection.RoleNamesXml roleNamesXml)
Returns information about the specified collection of role definitions for the current Web site.
|
|
GetRoleCollectionFromGroupResponse.GetRoleCollectionFromGroupResult
|
groupGetRoleCollectionFromGroup(String groupName)
Returns information about the collection of role definitions of which the specified group is a member.
|
|
GetRoleCollectionFromUserResponse.GetRoleCollectionFromUserResult
|
groupGetRoleCollectionFromUser(String userLoginName)
Retrieves information about the collection of role definitions in which the specified user is a member.
|
|
GetRoleCollectionFromWebResponse.GetRoleCollectionFromWebResult
|
groupGetRoleCollectionFromWeb()
Returns information about the collection of groups for the current Web site.
|
|
GetRoleInfoResponse.GetRoleInfoResult
|
groupGetRoleInfo(String roleName)
Returns information about the specified role definition.
|
|
GetRolesAndPermissionsForCurrentUserResponse.GetRolesAndPermissionsForCurrentUserResult
|
groupGetRolesAndPermissionsForCurrentUser()
Retrieves permissions and role definitions for the current user.
|
|
GetRolesAndPermissionsForSiteResponse.GetRolesAndPermissionsForSiteResult
|
groupGetRolesAndPermissionsForSite()
Retrieves permissions and role definitions for the specified Web site.
|
|
GetUserCollectionResponse.GetUserCollectionResult
|
groupGetUserCollection(GetUserCollection.UserLoginNamesXml userLoginNamesXml)
Returns information about a collection of users based on the specified user names.
|
|
GetUserCollectionFromGroupResponse.GetUserCollectionFromGroupResult
|
groupGetUserCollectionFromGroup(String groupName)
Returns information about the collection of users in the specified group.
|
|
GetUserCollectionFromRoleResponse.GetUserCollectionFromRoleResult
|
groupGetUserCollectionFromRole(String roleName)
Returns information about the collection of users assigned to the specified role definition.
|
|
GetUserCollectionFromSiteResponse.GetUserCollectionFromSiteResult
|
groupGetUserCollectionFromSite()
Returns information about the collection of users for the current site collection.
|
|
GetUserCollectionFromWebResponse.GetUserCollectionFromWebResult
|
groupGetUserCollectionFromWeb()
Returns information about the collection of users for the current Web site.
|
|
GetUserInfoResponse.GetUserInfoResult
|
groupGetUserInfo(String userLoginName)
Returns information about the specified user.
|
|
GetUserLoginFromEmailResponse.GetUserLoginFromEmailResult
|
groupGetUserLoginFromEmail(GetUserLoginFromEmail.EmailXml emailXml)
Returns a user name based on the specified e-mail address.
|
|
void
|
groupRemoveGroup(String groupName)
Removes the specified group from the current site collection.
|
|
void
|
groupRemoveGroupFromRole(String roleName, String groupName)
Removes the specified group from the specified role definition.
|
|
void
|
groupRemoveRole(String roleName)
Removes the specified role definition from the current Web site.
|
|
void
|
groupRemoveUserCollectionFromGroup(String groupName, RemoveUserCollectionFromGroup.UserLoginNamesXml userLoginNamesXml)
Removes the users with the specified user names from the group.
|
|
void
|
groupRemoveUserCollectionFromRole(String roleName, RemoveUserCollectionFromRole.UserLoginNamesXml userLoginNamesXml)
Removes the users with the specified user names from the specified role definition.
|
|
void
|
groupRemoveUserCollectionFromSite(RemoveUserCollectionFromSite.UserLoginNamesXml userLoginNamesXml)
Removes the specified users from the current site collection.
|
|
void
|
groupRemoveUserFromGroup(String groupName, String userLoginName)
Removes the specified user from the specified group.
|
|
void
|
groupRemoveUserFromRole(String roleName, String userLoginName)
Removes the specified user from the specified role definition.
|
|
void
|
groupRemoveUserFromSite(String userLoginName)
Removes the specified user from the current site collection.
|
|
void
|
groupRemoveUserFromWeb(String userLoginName)
Removes the specified user from the current Web site.
|
|
void
|
groupUpdateGroupInfo(String oldGroupName, String groupName, String ownerIdentifier, String ownerType, String description)
Updates information for the specified group.
|
|
void
|
groupUpdateRoleDefInfo(String oldRoleName, String roleName, String description, BigInteger permissionMask)
Updates information for the specified role definition.
|
|
void
|
groupUpdateRoleInfo(String oldRoleName, String roleName, String description, int permissionMask)
Updates information for the specified role definition.
|
|
void
|
groupUpdateUserInfo(String userLoginName, String userName, String userEmail, String userNotes)
Updates information for the specified user.
|
|
CheckSubwebAndListResponse.CheckSubwebAndListResult
|
imagingCheckSubwebAndList(String strUrl)
Checks the specified URL and attempts to resolve it.
|
|
CreateNewFolderResponse.CreateNewFolderResult
|
imagingCreateNewFolder(String strListName, String strParentFolder)
Creates a new folder with the name "New folder" in the specified list and folder.
|
|
DeleteResponse.DeleteResult
|
imagingDelete(String strListName, String strFolder, ImagingArrayOfString itemFileNames)
Removes the specified files and folders (items) from the specified list on the current Web site.
|
|
DownloadResponse.DownloadResult
|
imagingDownload(String strListName, String strFolder, ImagingArrayOfString itemFileNames, Long fileType, Boolean fFetchOriginalIfNotAvailable)
Downloads the specified files (items) in a list on the current Web site.
|
|
GetItemsByIdsResponse.GetItemsByIdsResult
|
imagingGetItemsByIds(String strListName, ArrayOfUnsignedInt ids)
Returns the items with the specified IDs.
|
|
GetItemsXMLDataResponse.GetItemsXMLDataResult
|
imagingGetItemsXmlData(String strListName, String strFolder, ImagingArrayOfString itemFileNames)
Returns the metadata of all items in the specified list on the current Web site.
|
|
GetListItemsResponse.GetListItemsResult
|
imagingGetListItems(String strListName, String strFolder)
Returns the last modified date and other information about the items in a specified folder in a list on the current Web site.
|
|
ListPictureLibraryResponse.ListPictureLibraryResult
|
imagingListPictureLibrary()
Lists all picture libraries on the current Web site.
|
|
RenameResponse.RenameResult
|
imagingRename(String strListName, String strFolder, Rename.Request request)
Renames the specified files (items) in a list on the current Web site.
|
|
UploadResponse.UploadResult
|
imagingUpload(String strListName, String strFolder, ByteArrayOutputStream bytes, String fileName, boolean fOverWriteIfExist)
Uploads a file to a list on the current Web site.
|
|
boolean
|
isConnected()
Are we connected
|
|
String
|
listAddAttachment(AddAttachment request)
Adds an attachment to the specified list item in the specified list.
|
|
void
|
listAddDiscussionBoardItem(AddDiscussionBoardItem request)
Adds an item to the specified discussion board on the current Web site.
|
|
AddListResponse.AddListResult
|
listAddList(AddList request)
Creates a list in the current site based on the specified name, description, and list template ID.
|
|
AddListFromFeatureResponse.AddListFromFeatureResult
|
listAddListFromFeature(AddListFromFeature request)
Creates a list in the current site based on the specified name, description, Feature ID, and list template ID.
|
|
AddWikiPageResponse.AddWikiPageResult
|
listAddWikiPage(AddWikiPage request)
Adds wiki page
|
|
boolean
|
listCheckOutFile(CheckOutFile request)
Allows documents in a SharePoint document library to be checked out remotely.
|
|
String
|
listCreateContentType(CreateContentType request)
Creates a list content type on the list.
|
|
void
|
listDeleteAttachment(DeleteAttachment request)
Removes the attachment from the specified list item.
|
|
DeleteContentTypeResponse.DeleteContentTypeResult
|
listDeleteContentType(DeleteContentType request)
Removes the specified list content type from the designated list.
|
|
DeleteContentTypeXmlDocumentResponse.DeleteContentTypeXmlDocumentResult
|
listDeleteContentTypeXmlDocument(DeleteContentTypeXmlDocument request)
Removes the specified list content type xml document.
|
|
void
|
listDeleteList(DeleteList request)
Deletes the specified list.
|
|
GetAttachmentCollectionResponse.GetAttachmentCollectionResult
|
listGetAttachmentCollection(GetAttachmentCollection request)
Returns a list of the URLs for attachments to the specified item.
|
|
List<Object>
|
listGetList(GetList request)
Returns a schema for the specified list.
|
|
GetListAndViewResponse.GetListAndViewResult
|
listGetListAndView(GetListAndView request)
Returns the list and view schemas for the specified list
|
|
GetListCollectionResponse.GetListCollectionResult
|
listGetListCollection()
Returns the names and GUIDs for all lists in the site.
|
|
GetListContentTypeResponse.GetListContentTypeResult
|
listGetListContentType(GetListContentType request)
Returns the content type definition schema for the specified list content type.
|
|
GetListContentTypesResponse.GetListContentTypesResult
|
listGetListContentTypes(GetListContentTypes request)
Returns a collection of content type definition schemas for all list content types on the given list.
|
|
GetListContentTypesAndPropertiesResponse.GetListContentTypesAndPropertiesResult
|
listGetListContentTypesAndProperties(GetListContentTypesAndProperties request)
Returns a collection of content types and properties for the given list
|
|
GetListItemChangesResponse.GetListItemChangesResult
|
listGetListItemChanges(GetListItemChanges request)
Returns changes made to the list since the specified date and time.
|
|
GetListItemChangesSinceTokenResponse.GetListItemChangesSinceTokenResult
|
listGetListItemChangesSinceToken(GetListItemChangesSinceToken request)
Returns changes made to the list since the date and time specified in the token.
|
|
GetListItemChangesWithKnowledgeResponse.GetListItemChangesWithKnowledgeResult
|
listGetListItemChangesWithKnowledge(GetListItemChangesWithKnowledge request)
Returns all of the list items that meet specified criteria and that have changed since the date-time specified
in the knowledge parameter for the specified list.
|
|
GetListItemsResponse.GetListItemsResult
|
listGetListItems(GetListItems request)
Returns information about items in the list based on the specified query.
|
|
GetVersionCollectionResponse.GetVersionCollectionResult
|
listGetVersionCollection(GetVersionCollection request)
Returns version information for the specified field in a SharePoint list.
|
|
boolean
|
listListCheckInFile(CheckInFile request)
Allows documents to be checked in to a SharePoint document library remotely
|
|
boolean
|
listUndoCheckOut(UndoCheckOut request)
Undoes the check-out of a given document in a SharePoint document library.
|
|
UpdateContentTypeResponse.UpdateContentTypeResult
|
listUpdateContentType(UpdateContentType request)
Updates the specified list content type.
|
|
UpdateContentTypeXmlDocumentResponse.UpdateContentTypeXmlDocumentResult
|
listUpdateContentTypeXmlDocument(UpdateContentTypeXmlDocument request)
Adds or overwrites the specified XMLDocument element in the specified list content type.
|
|
UpdateContentTypesXmlDocumentResponse.UpdateContentTypesXmlDocumentResult
|
listUpdateContentTypesXmlDocument(UpdateContentTypesXmlDocument request)
Adds or overwrites the specified XMLDocument element for all content types on the specified list.
|
|
UpdateListResponse.UpdateListResult
|
listUpdateList(UpdateList request)
Updates a list based on the specified field definitions and list properties.
|
|
UpdateListItemsResponse.UpdateListItemsResult
|
listUpdateListItems(UpdateListItems request)
Adds, deletes, or updates the specified items in a list on the current site.
|
|
UpdateListItemsWithKnowledgeResponse.UpdateListItemsWithKnowledgeResult
|
listUpdateListItemsWithKnowledge(UpdateListItemsWithKnowledge request)
Makes inserts, updates, and deletions to specified list items and provides the server with current knowledge metadata.
|
|
AddMeetingResponse.AddMeetingResult
|
meetingAddMeeting(String organizerEmail, String uid, long sequence, XMLGregorianCalendar utcDateStamp, String title, String location, XMLGregorianCalendar utcDateStart, XMLGregorianCalendar utcDateEnd, boolean nonGregorian)
Associates a meeting with the Meeting Workspace site on the specified server running Windows SharePoint Services.
|
|
AddMeetingFromICalResponse.AddMeetingFromICalResult
|
meetingAddMeetingFromICal(String organizerEmail, String icalText)
Associates a meeting represented in Internet Calendar (iCal) format with the Meeting Workspace site on the specified server running Windows SharePoint Services.
|
|
CreateWorkspaceResponse.CreateWorkspaceResult
|
meetingCreateWorkspace(String title, String templateName, long lcid, TimeZoneInf timeZoneInformation)
Creates a new Meeting Workspace subsite on the specified server running Windows SharePoint Services.
|
|
void
|
meetingDeleteWorkspace()
Deletes the Meeting Workspace site from the specified server running Windows SharePoint Services.
|
|
GetMeetingWorkspacesResponse.GetMeetingWorkspacesResult
|
meetingGetMeetingWorkspaces(boolean recurring)
Lists the Meeting Workspace sites located in the root directory of the specified server running Windows SharePoint Services at the specified site location.
|
|
GetMeetingsInformationResponse.GetMeetingsInformationResult
|
meetingGetMeetingsInformation(long requestFlags, long lcid)
Lists the languages and templates supported by the specified server running Windows SharePoint Services.
|
|
void
|
meetingRemoveMeeting(long recurrenceId, String uid, long sequence, XMLGregorianCalendar utcDateStamp, boolean cancelMeeting)
Removes the association between a meeting and a Meeting Workspace site.
|
|
void
|
meetingRestoreMeeting(String uid)
Restores and relinks a meeting that was previously removed from a meeting instance.
|
|
void
|
meetingSetAttendeeResponse(String attendeeEmail, long recurrenceId, String uid, long sequence, XMLGregorianCalendar utcDateTimeOrganizerCriticalChange, XMLGregorianCalendar utcDateTimeAttendeeCriticalChange, AttendeeResponse response)
Sets the attendee response for a meeting.
|
|
void
|
meetingSetWorkspaceTitle(String title)
Sets the title of the Meeting Workspace site on the specified server running Windows SharePoint Services.
|
|
void
|
meetingUpdateMeeting(String uid, long sequence, XMLGregorianCalendar utcDateStamp, String title, String location, XMLGregorianCalendar utcDateStart, XMLGregorianCalendar utcDateEnd, boolean nonGregorian)
Updates the meeting information on a Meeting Workspace site.
|
|
UpdateMeetingFromICalResponse.UpdateMeetingFromICalResult
|
meetingUpdateMeetingFromICal(String icalText, boolean ignoreAttendees)
Updates meeting information stored in Internet Calendar (iCal) format.
|
|
boolean
|
peopleIsClaimsMode()
|
|
ArrayOfPrincipalInfo
|
peopleResolvePrincipals(PeopleArrayOfString principalKeys, List<String> principalType, boolean addToUserInfoList)
Resolves an e-mail address or other form of user identification (ID) into a PrincipalInfo object.
|
|
ArrayOfPrincipalInfo
|
peopleSearchPrincipals(String searchText, int maxResults, List<String> principalType)
Returns an array of PrincipalInfo objects from the SPUserCollection for the Web site.
|
|
void
|
permissionAddPermission(String objectName, String objectType, String permissionIdentifier, String permissionType, int permissionMask)
Modifies site-level permissions for the site group that exists on the site, or adds or modifies permissions to the specified list for the user, site group, or cross-site group that exists on the site.
|
|
void
|
permissionAddPermissionCollection(String objectName, String objectType, AddPermissionCollection.PermissionsInfoXml permissionsInfoXml)
Modifies site-level permissions for the specified collection of existing site groups, or adds or modifies permissions to the list for the specified collection of existing users, site groups, and cross-site groups.
|
|
GetPermissionCollectionResponse.GetPermissionCollectionResult
|
permissionGetPermissionCollection(String objectName, String objectType)
Returns the collection of permissions for a site or list.
|
|
void
|
permissionRemovePermission(String objectName, String objectType, String permissionIdentifier, String permissionType)
Removes the specified permission from the list.
|
|
void
|
permissionRemovePermissionCollection(String objectName, String objectType, RemovePermissionCollection.MemberIdsXml memberIdsXml)
Removes permissions from the list for the specified members.
|
|
void
|
permissionUpdatePermission(String objectName, String objectType, String permissionIdentifier, String permissionType, int permissionMask)
Modifies site-level permissions for the specified site group, or modifies permissions to the list for the specified user, site group, or cross-site group.
|
|
String
|
query(String queryXml)
Returns an XML string containing the search results set for the specified query.
|
|
void
|
sitedataEnumerateFolder(String strFolderUrl, Holder<Long> enumerateFolderResult, Holder<ArrayOfSFPUrl> vUrls)
Returns information about the files and folders within a folder on a SharePoint site.
|
|
void
|
sitedataGetAttachments(String strListName, String strItemId, Holder<Long> getAttachmentsResult, Holder<SitedataArrayOfString> vAttachments)
Returns the URLs for all attachments to a specified item in a SharePoint list.
|
|
void
|
sitedataGetChanges(ObjectType objectType, String contentDatabaseId, Holder<String> startChangeId, Holder<String> endChangeId, int timeout, Holder<String> getChangesResult, Holder<Boolean> moreChanges)
Returns the changes that occurred on a site collection content from one moment in time to another.
|
|
void
|
sitedataGetContent(ObjectType objectType, String objectId, String folderUrl, String itemId, boolean retrieveChildItems, boolean securityOnly, Holder<String> lastItemIdOnPage, Holder<String> getContentResult)
A string representing information about the web application.
|
|
void
|
sitedataGetList(String strListName, Holder<Long> getListResult, Holder<SListMetadata> sListMetadata, Holder<ArrayOfSProperty> vProperties)
Returns metadata from the specified SharePoint list.
|
|
void
|
sitedataGetListCollection(Holder<Long> getListCollectionResult, Holder<ArrayOfSList> vLists)
Returns information about all the lists in the current SharePoint site.
|
|
String
|
sitedataGetListItems(String strListName, String strQuery, String strViewFields, long uRowLimit)
Performs a query against the specified SharePoint list.
|
|
void
|
sitedataGetSite(Holder<Long> getSiteResult, Holder<SSiteMetadata> sSiteMetadata, Holder<ArrayOfSWebWithTime> vWebs, Holder<String> strUsers, Holder<String> strGroups, Holder<SitedataArrayOfString> vGroups)
Returns site metadata, information about the subsites in the current site collection, and information about the cross-site groups on the site and about the users who are members of each group.
|
|
void
|
sitedataGetSiteAndWeb(String strUrl, Holder<Long> getSiteAndWebResult, Holder<String> strSite, Holder<String> strWeb)
Returns the absolute URL of a subsite and the absolute URL of its top-level parent site based on the specified site URL.
|
|
void
|
sitedataGetSiteUrl(String url, Holder<Long> getSiteUrlResult, Holder<String> siteUrl, Holder<String> siteId)
Returns the GUID and URL of the site collection to which the specified URL belongs.
|
|
void
|
sitedataGetUrlSegments(String strURL, Holder<Boolean> getURLSegmentsResult, Holder<String> strWebID, Holder<String> strBucketID, Holder<String> strListID, Holder<String> strItemID)
A string representing the identifiers of a site, list or list item depending on the specified URL.
|
|
void
|
sitedataGetWeb(Holder<Long> getWebResult, Holder<SWebMetadata> sWebMetadata, Holder<ArrayOfSWebWithTime> vWebs, Holder<ArrayOfSListWithTime> vLists, Holder<ArrayOfSFPUrl> vFPUrls, Holder<String> strRoles, Holder<SitedataArrayOfString> vRolesUsers, Holder<SitedataArrayOfString> vRolesGroups)
Returns site and list metadata, as well as information about the users and site groups for the current SharePoint site.
|
|
String
|
sitesCreateWeb(String url, String title, String description, String templateName, Long language, Long locale, Long collationLocale, Boolean uniquePermissions, Boolean anonymous, Boolean presence)
|
|
void
|
sitesDeleteWeb(String url)
|
|
String
|
sitesExportSolution(String solutionFileName, String title, String description, boolean fullReuseExportMode, boolean includeWebContent)
|
|
int
|
sitesExportWeb(String jobName, String webUrl, String dataPath, boolean includeSubwebs, boolean includeUserSecurity, boolean overWrite, int cabSize)
Exports a Web site.
|
|
String
|
sitesGetSite(String siteUrl)
|
|
void
|
sitesGetSiteTemplates(long lcid, Holder<Long> getSiteTemplatesResult, Holder<ArrayOfTemplate> templateList)
Returns information about the collection of site definitions and sites templates in the Web application.
|
|
String
|
sitesGetUpdatedFormDigest()
|
|
FormDigestInformation
|
sitesGetUpdatedFormDigestInformation(String url)
|
|
int
|
sitesImportWeb(String jobName, String webUrl, SitesArrayOfString dataFiles, String logPath, boolean includeUserSecurity, boolean overWrite)
|
|
DeleteAllVersionsResponse.DeleteAllVersionsResult
|
versionsDeleteAllVersions(String fileName)
Deletes all versions of the specified file.
|
|
DeleteVersionResponse.DeleteVersionResult
|
versionsDeleteVersion(String fileName, String fileVersion)
Deletes the specified file version.
|
|
void
|
versionsDeleteView(String listName, String viewName)
Deletes the specified view of the specified list.
|
|
GetVersionsResponse.GetVersionsResult
|
versionsGetVersions(String fileName)
Returns information about the versions of the specified file.
|
|
RestoreVersionResponse.RestoreVersionResult
|
versionsRestoreVersion(String fileName, String fileVersion)
Restores the specified file version.
|
|
AddViewResponse.AddViewResult
|
viewsAddView(String listName, String viewName, AddView.ViewFields viewFields, AddView.Query query, AddView.RowLimit rowLimit, String type, boolean makeViewDefault)
Creates a view for the specified list.
|
|
GetViewResponse.GetViewResult
|
viewsGetView(String listName, String viewName)
Returns the schema of the specified view for the specified list.
|
|
GetViewCollectionResponse.GetViewCollectionResult
|
viewsGetViewCollection(String listName)
Returns the display names, internal names, and URLs for the collection of views of the specified list.
|
|
GetViewHtmlResponse.GetViewHtmlResult
|
viewsGetViewHtml(String listName, String viewName)
Returns the full schema of the specified view for the specified list, including the HTML sections.
|
|
UpdateViewResponse.UpdateViewResult
|
viewsUpdateView(String listName, String viewName, UpdateView.ViewProperties viewProperties, UpdateView.Query query, UpdateView.ViewFields viewFields, UpdateView.Aggregations aggregations, UpdateView.Formats formats, UpdateView.RowLimit rowLimit)
Modifies the specified view of the specified list.
|
|
UpdateViewHtmlResponse.UpdateViewHtmlResult
|
viewsUpdateViewHtml(String listName, String viewName, UpdateViewHtml.ViewProperties viewProperties, UpdateViewHtml.Toolbar toolbar, UpdateViewHtml.ViewHeader viewHeader, UpdateViewHtml.ViewBody viewBody, UpdateViewHtml.ViewFooter viewFooter, UpdateViewHtml.ViewEmpty viewEmpty, UpdateViewHtml.RowLimitExceeded rowLimitExceeded, UpdateViewHtml.Query query, UpdateViewHtml.ViewFields viewFields, UpdateViewHtml.Aggregations aggregations, UpdateViewHtml.Formats formats, UpdateViewHtml.RowLimit rowLimit)
Updates the specified view with the supplied properties and values, including the display properties of Introduction to Collaborative Application Markup Language (CAML) and HTML.
|
|
UpdateViewHtml2Response.UpdateViewHtml2Result
|
viewsUpdateViewHtml2(String listName, String viewName, UpdateViewHtml2.ViewProperties viewProperties, UpdateViewHtml2.Toolbar toolbar, UpdateViewHtml2.ViewHeader viewHeader, UpdateViewHtml2.ViewBody viewBody, UpdateViewHtml2.ViewFooter viewFooter, UpdateViewHtml2.ViewEmpty viewEmpty, UpdateViewHtml2.RowLimitExceeded rowLimitExceeded, UpdateViewHtml2.Query query, UpdateViewHtml2.ViewFields viewFields, UpdateViewHtml2.Aggregations aggregations, UpdateViewHtml2.Formats formats, UpdateViewHtml2.RowLimit rowLimit, String openApplicationExtension)
Updates the specified view with the supplied properties and values, including the display properties of Introduction to Collaborative Application Markup Language (CAML) and HTML.
|
|
String
|
webpartAddWebPart(String pageUrl, String webPartXml, Storage storage)
Adds a new Web Part to a Web Part Page.
|
|
String
|
webpartAddWebPartToZone(String pageUrl, String webPartXml, Storage storage, String zoneId, int zoneIndex)
|
|
String
|
webpartAssociateWorkflowMarkup(String configUrl, String configVersion)
Creates a new SPWorkflowAssociation object list applied in the /WorkflowConfig/Association/@ListID attribute in the associated configuration file.
|
|
String
|
webpartConvertWebPartFormat(String inputFormat, FormatConversionOption formatConversionOption)
|
|
void
|
webpartDeleteWebPart(String pageUrl, String storageKey, Storage storage)
Deletes a dynamic Web Part from a Web Part Page.
|
|
String
|
webpartExecuteProxyUpdates(String updateData)
|
|
String
|
webpartFetchLegalWorkflowActions()
|
|
String
|
webpartGetAssemblyMetaData(String assemblyName, String baseTypes)
|
|
String
|
webpartGetBindingResourceData(String resourceName)
|
|
GetCustomControlListResponse.GetCustomControlListResult
|
webpartGetCustomControlList()
|
|
String
|
webpartGetDataFromDataSourceControl(String dscXml, String contextUrl)
|
|
String
|
webpartGetExpandedListViewXml(String webId, String listViewXml, String listGuid, String listUrl, String listDisplayName, Boolean hasConnection, Boolean partialView)
|
|
String
|
webpartGetFormCapabilityFromDataSourceControl(String dscXml)
|
|
GetSafeAssemblyInfoResponse.GetSafeAssemblyInfoResult
|
webpartGetSafeAssemblyInfo()
|
|
String
|
webpartGetWebPart(String pageurl, String storageKey, Storage storage)
Returns the XML data for a dynamic Web Part.
|
|
String
|
webpartGetWebPart2(String pageurl, String storageKey, Storage storage, SPWebServiceBehavior behavior)
Returns the XML data for a dynamic Web Part.
|
|
String
|
webpartGetWebPartCrossPageCompatibility(String sourcePageUrl, String sourcePageContents, String targetPageUrl, String targetPageContents, String providerPartID, String lcid)
Returns connection information for all parts on the target page and compatibility information of the source Web Part with all the parts on a target page, which is used to determine whether Web Parts on two different pages are compatible with each other.
|
|
String
|
webpartGetWebPartPage(String documentName, SPWebServiceBehavior behavior)
|
|
String
|
webpartGetWebPartPageConnectionInfo(String sourcePageUrl, String sourcePageContents, String providerPartID, String lcid)
Returns connection information for all parts on the same page as well as compatibility results for the provider part with other parts on the same page.
|
|
String
|
webpartGetWebPartPageDocument(String documentName)
Returns the Web Part Page, complete with the Web Parts and the properties included within each Web Part zone.
|
|
GetWebPartPropertiesResponse.GetWebPartPropertiesResult
|
webpartGetWebPartProperties(String pageUrl, Storage storage)
Returns an XML string of all Web Parts associated with a Web Part Page.
|
|
GetWebPartProperties2Response.GetWebPartProperties2Result
|
webpartGetWebPartProperties2(String pageUrl, Storage storage, SPWebServiceBehavior behavior)
Returns an XML string of all Web Parts associated with a Web Part Page.
|
|
String
|
webpartGetXmlDataFromDataSource(String queryXml)
Returns XML data from the data source provider.
|
|
String
|
webpartRemoveWorkflowAssociation(String configUrl, String configVersion)
Removes all SPWorkflowAssociation objects on the list defined by the /WorkflowConfig/Association/@ListID value in the configuration file.
|
|
String
|
webpartRenderWebPartForEdit(String webPartXml)
Returns an XML fragment that includes the Web Part property information and the rendering HTML.
|
|
void
|
webpartSaveWebPart(String pageUrl, String storageKey, String webPartXml, Storage storage)
Saves changes to an existing dynamic Web Part.
|
|
void
|
webpartSaveWebPart2(String pageUrl, String storageKey, String webPartXml, Storage storage, boolean allowTypeChange)
Saves changes to an existing dynamic Web Part, including a change to the Web Part type.
|
|
String
|
webpartValidateWorkflowMarkupAndCreateSupportObjects(String workflowMarkupText, String rulesText, String configBlob, String flag)
Creates a workflow task list, if one is not specified, or if the specified task list does not exist in the context Web site; also updates content types on the task list.
|
|
String
|
websCreateContentType(String displayName, String parentType, CreateContentType.NewFields newFields, CreateContentType.ContentTypeProperties contentTypeProperties)
Creates a new site content type, with the specified columns and properties, on the site.
|
|
void
|
websCustomizeCss(String cssFile)
Applies style sheet customization to a particular file.
|
|
DeleteContentTypeResponse.DeleteContentTypeResult
|
websDeleteContentType(String contentTypeId)
Deletes the specified site content type from the site.
|
|
String
|
websGetActivatedFeatures()
Returns a list of Features that are activated in the Web site and in its parent site collection.
|
|
GetAllSubWebCollectionResponse.GetAllSubWebCollectionResult
|
websGetAllSubWebCollection()
Returns the titles and URLs of all sites within the current site collection.
|
|
GetColumnsResponse.GetColumnsResult
|
websGetColumns()
Returns a collection of the column definitions for the columns available on the site.
|
|
GetContentTypeResponse.GetContentTypeResult
|
websGetContentType(String contentTypeId)
Returns the content type definition for the specified site content type.
|
|
GetContentTypesResponse.GetContentTypesResult
|
websGetContentTypes()
Returns a collection of content type definitions for all site content types on the specified site.
|
|
CustomizedPageStatus
|
websGetCustomizedPageStatus(String fileUrl)
Gets the customization (also known as "ghosted") status of the file with the specified URL.
|
|
GetListTemplatesResponse.GetListTemplatesResult
|
websGetListTemplates()
Returns the collection of list template definitions for the current site.
|
|
GetObjectIdFromUrlResponse.GetObjectIdFromUrlResult
|
websGetObjectIdFromUrl(String objectUrl)
|
|
GetWebResponse.GetWebResult
|
websGetWeb(String webUrl)
Returns properties of a site (for example, name, description, and theme).
|
|
GetWebCollectionResponse.GetWebCollectionResult
|
websGetWebCollection()
Returns the titles and URLs of all sites directly beneath the current site.
|
|
RemoveContentTypeXmlDocumentResponse.RemoveContentTypeXmlDocumentResult
|
websRemoveContentTypeXmlDocument(String contentTypeId, String documentUri)
Removes the specified XmlDocument Element (ContentType) element from the specified site content type.
|
|
void
|
websRevertAllFileContentStreams()
Reverts the content streams of all files within the Web site.
|
|
void
|
websRevertCss(String cssFile)
Reverts style sheet customization of a file to the default style sheet.
|
|
void
|
websRevertFileContentStream(String fileUrl)
Reverts the content stream of the file with the specified URL.
|
|
UpdateColumnsResponse.UpdateColumnsResult
|
websUpdateColumns(UpdateColumns.NewFields newFields, UpdateColumns.UpdateFields updateFields, UpdateColumns.DeleteFields deleteFields)
Creates, updates, or deletes one or more columns on the specified site.
|
|
UpdateContentTypeResponse.UpdateContentTypeResult
|
websUpdateContentType(String contentTypeId, UpdateContentType.ContentTypeProperties contentTypeProperties, UpdateContentType.NewFields newFields, UpdateContentType.UpdateFields updateFields, UpdateContentType.DeleteFields deleteFields)
Updates the specified site content type.
|
|
UpdateContentTypeXmlDocumentResponse.UpdateContentTypeXmlDocumentResult
|
websUpdateContentTypeXmlDocument(String contentTypeId, UpdateContentTypeXmlDocument.NewDocument newDocument)
Adds or overwrites the specified XmlDocument Element (ContentType) element in the site content type.
|
|
String
|
websWebUrlFromPageUrl(String pageUrl)
Returns the URL of the parent site for the specified page URL.
|