C# Class Microsoft.Protocols.TestSuites.Common.ListsSoap

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
AddAttachmentAsync ( string listName, string listItemID, string fileName, byte attachment ) : void
AddAttachmentAsync ( string listName, string listItemID, string fileName, byte attachment, object userState ) : void
AddDiscussionBoardItemAsync ( string listName, byte message ) : void
AddDiscussionBoardItemAsync ( string listName, byte message, object userState ) : void
AddListAsync ( string listName, string description, int templateID ) : void
AddListAsync ( string listName, string description, int templateID, object userState ) : void
AddListFromFeatureAsync ( string listName, string description, string featureID, int templateID ) : void
AddListFromFeatureAsync ( string listName, string description, string featureID, int templateID, object userState ) : void
AddWikiPageAsync ( string strListName, string listRelPageUrl, string wikiContent ) : void
AddWikiPageAsync ( string strListName, string listRelPageUrl, string wikiContent, object userState ) : void
ApplyContentTypeToListAsync ( string webUrl, string contentTypeId, string listName ) : void
ApplyContentTypeToListAsync ( string webUrl, string contentTypeId, string listName, object userState ) : void
BeginAddAttachment ( string listName, string listItemID, string fileName, byte attachment, System callback, object asyncState ) : System.IAsyncResult
BeginAddDiscussionBoardItem ( string listName, byte message, System callback, object asyncState ) : System.IAsyncResult
BeginAddList ( string listName, string description, int templateID, System callback, object asyncState ) : System.IAsyncResult
BeginAddListFromFeature ( string listName, string description, string featureID, int templateID, System callback, object asyncState ) : System.IAsyncResult
BeginAddWikiPage ( string strListName, string listRelPageUrl, string wikiContent, System callback, object asyncState ) : System.IAsyncResult
BeginApplyContentTypeToList ( string webUrl, string contentTypeId, string listName, System callback, object asyncState ) : System.IAsyncResult
BeginCheckInFile ( string pageUrl, string comment, string CheckinType, System callback, object asyncState ) : System.IAsyncResult
BeginCheckOutFile ( string pageUrl, string checkoutToLocal, string lastmodified, System callback, object asyncState ) : System.IAsyncResult
BeginCreateContentType ( string listName, string displayName, string parentType, AddOrUpdateFieldsDefinition fields, CreateContentTypeContentTypeProperties contentTypeProperties, string addToView, System callback, object asyncState ) : System.IAsyncResult
BeginDeleteAttachment ( string listName, string listItemID, string url, System callback, object asyncState ) : System.IAsyncResult
BeginDeleteContentType ( string listName, string contentTypeId, System callback, object asyncState ) : System.IAsyncResult
BeginDeleteContentTypeXmlDocument ( string listName, string contentTypeId, string documentUri, System callback, object asyncState ) : System.IAsyncResult
BeginDeleteList ( string listName, System callback, object asyncState ) : System.IAsyncResult
BeginGetAttachmentCollection ( string listName, string listItemID, System callback, object asyncState ) : System.IAsyncResult
BeginGetList ( string listName, System callback, object asyncState ) : System.IAsyncResult
BeginGetListAndView ( string listName, string viewName, System callback, object asyncState ) : System.IAsyncResult
BeginGetListCollection ( System callback, object asyncState ) : System.IAsyncResult
BeginGetListContentType ( string listName, string contentTypeId, System callback, object asyncState ) : System.IAsyncResult
BeginGetListContentTypes ( string listName, string contentTypeId, System callback, object asyncState ) : System.IAsyncResult
BeginGetListContentTypesAndProperties ( string listName, string contentTypeId, string propertyPrefix, bool includeWebProperties, bool includeWebPropertiesSpecified, System callback, object asyncState ) : System.IAsyncResult
BeginGetListItemChanges ( string listName, CamlViewFields viewFields, string since, CamlContains contains, System callback, object asyncState ) : System.IAsyncResult
BeginGetListItemChangesSinceToken ( string listName, string viewName, GetListItemChangesSinceTokenQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string changeToken, CamlContains contains, System callback, object asyncState ) : System.IAsyncResult
BeginGetListItemChangesWithKnowledge ( string listName, string viewName, GetListItemChangesWithKnowledgeQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string syncScope, GetListItemChangesWithKnowledgeKnowledge knowledge, CamlContains contains, System callback, object asyncState ) : System.IAsyncResult
BeginGetListItems ( string listName, string viewName, GetListItemsQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string webID, System callback, object asyncState ) : System.IAsyncResult
BeginGetVersionCollection ( string strlistID, string strlistItemID, string strFieldName, System callback, object asyncState ) : System.IAsyncResult
BeginUndoCheckOut ( string pageUrl, System callback, object asyncState ) : System.IAsyncResult
BeginUpdateContentType ( string listName, string contentTypeId, UpdateContentTypeContentTypeProperties contentTypeProperties, AddOrUpdateFieldsDefinition newFields, AddOrUpdateFieldsDefinition updateFields, DeleteFieldsDefinition deleteFields, string addToView, System callback, object asyncState ) : System.IAsyncResult
BeginUpdateContentTypeXmlDocument ( string listName, string contentTypeId, System newDocument, System callback, object asyncState ) : System.IAsyncResult
BeginUpdateContentTypesXmlDocument ( string listName, UpdateContentTypesXmlDocumentNewDocument newDocument, System callback, object asyncState ) : System.IAsyncResult
BeginUpdateList ( string listName, UpdateListListProperties listProperties, UpdateListFieldsRequest newFields, UpdateListFieldsRequest updateFields, UpdateListFieldsRequest deleteFields, string listVersion, System callback, object asyncState ) : System.IAsyncResult
BeginUpdateListItems ( string listName, UpdateListItemsUpdates updates, System callback, object asyncState ) : System.IAsyncResult
BeginUpdateListItemsWithKnowledge ( string listName, UpdateListItemsWithKnowledgeUpdates updates, string syncScope, System knowledge, System callback, object asyncState ) : System.IAsyncResult
CancelAsync ( object userState ) : void
CheckInFileAsync ( string pageUrl, string comment, string CheckinType ) : void
CheckInFileAsync ( string pageUrl, string comment, string CheckinType, object userState ) : void
CheckOutFileAsync ( string pageUrl, string checkoutToLocal, string lastmodified ) : void
CheckOutFileAsync ( string pageUrl, string checkoutToLocal, string lastmodified, object userState ) : void
CreateContentTypeAsync ( string listName, string displayName, string parentType, AddOrUpdateFieldsDefinition fields, CreateContentTypeContentTypeProperties contentTypeProperties, string addToView ) : void
CreateContentTypeAsync ( string listName, string displayName, string parentType, AddOrUpdateFieldsDefinition fields, CreateContentTypeContentTypeProperties contentTypeProperties, string addToView, object userState ) : void
DeleteAttachmentAsync ( string listName, string listItemID, string url ) : void
DeleteAttachmentAsync ( string listName, string listItemID, string url, object userState ) : void
DeleteContentTypeAsync ( string listName, string contentTypeId ) : void
DeleteContentTypeAsync ( string listName, string contentTypeId, object userState ) : void
DeleteContentTypeXmlDocumentAsync ( string listName, string contentTypeId, string documentUri ) : void
DeleteContentTypeXmlDocumentAsync ( string listName, string contentTypeId, string documentUri, object userState ) : void
DeleteListAsync ( string listName ) : void
DeleteListAsync ( string listName, object userState ) : void
EndAddAttachment ( System asyncResult ) : string
EndAddDiscussionBoardItem ( System asyncResult ) : AddDiscussionBoardItemResponseAddDiscussionBoardItemResult
EndAddList ( System asyncResult ) : AddListResponseAddListResult
EndAddListFromFeature ( System asyncResult ) : AddListFromFeatureResponseAddListFromFeatureResult
EndAddWikiPage ( System asyncResult ) : AddWikiPageResponseAddWikiPageResult
EndApplyContentTypeToList ( System asyncResult ) : ApplyContentTypeToListResponseApplyContentTypeToListResult
EndCheckInFile ( System asyncResult ) : bool
EndCheckOutFile ( System asyncResult ) : bool
EndCreateContentType ( System asyncResult ) : string
EndDeleteAttachment ( System asyncResult ) : void
EndDeleteContentType ( System asyncResult ) : DeleteContentTypeResponseDeleteContentTypeResult
EndDeleteContentTypeXmlDocument ( System asyncResult ) : DeleteContentTypeXmlDocumentResponseDeleteContentTypeXmlDocumentResult
EndDeleteList ( System asyncResult ) : void
EndGetAttachmentCollection ( System asyncResult ) : GetAttachmentCollectionResponseGetAttachmentCollectionResult
EndGetList ( System asyncResult ) : GetListResponseGetListResult
EndGetListAndView ( System asyncResult ) : GetListAndViewResponseGetListAndViewResult
EndGetListCollection ( System asyncResult ) : GetListCollectionResponseGetListCollectionResult
EndGetListContentType ( System asyncResult ) : GetListContentTypeResponseGetListContentTypeResult
EndGetListContentTypes ( System asyncResult ) : GetListContentTypesResponseGetListContentTypesResult
EndGetListContentTypesAndProperties ( System asyncResult ) : GetListContentTypesAndPropertiesResponseGetListContentTypesAndPropertiesResult
EndGetListItemChanges ( System asyncResult ) : GetListItemChangesResponseGetListItemChangesResult
EndGetListItemChangesSinceToken ( System asyncResult ) : GetListItemChangesSinceTokenResponseGetListItemChangesSinceTokenResult
EndGetListItemChangesWithKnowledge ( System asyncResult ) : GetListItemChangesWithKnowledgeResponseGetListItemChangesWithKnowledgeResult
EndGetListItems ( System asyncResult ) : GetListItemsResponseGetListItemsResult
EndGetVersionCollection ( System asyncResult ) : GetVersionCollectionResponseGetVersionCollectionResult
EndUndoCheckOut ( System asyncResult ) : bool
EndUpdateContentType ( System asyncResult ) : UpdateContentTypeResponseUpdateContentTypeResult
EndUpdateContentTypeXmlDocument ( System asyncResult ) : System.Xml.XmlNode
EndUpdateContentTypesXmlDocument ( System asyncResult ) : UpdateContentTypesXmlDocumentResponseUpdateContentTypesXmlDocumentResult
EndUpdateList ( System asyncResult ) : UpdateListResponseUpdateListResult
EndUpdateListItems ( System asyncResult ) : UpdateListItemsResponseUpdateListItemsResult
EndUpdateListItemsWithKnowledge ( System asyncResult ) : UpdateListItemsWithKnowledgeResponseUpdateListItemsWithKnowledgeResult
GetAttachmentCollectionAsync ( string listName, string listItemID ) : void
GetAttachmentCollectionAsync ( string listName, string listItemID, object userState ) : void
GetListAndViewAsync ( string listName, string viewName ) : void
GetListAndViewAsync ( string listName, string viewName, object userState ) : void
GetListAsync ( string listName ) : void
GetListAsync ( string listName, object userState ) : void
GetListCollectionAsync ( ) : void
GetListCollectionAsync ( object userState ) : void
GetListContentTypeAsync ( string listName, string contentTypeId ) : void
GetListContentTypeAsync ( string listName, string contentTypeId, object userState ) : void
GetListContentTypesAndPropertiesAsync ( string listName, string contentTypeId, string propertyPrefix, bool includeWebProperties, bool includeWebPropertiesSpecified ) : void
GetListContentTypesAndPropertiesAsync ( string listName, string contentTypeId, string propertyPrefix, bool includeWebProperties, bool includeWebPropertiesSpecified, object userState ) : void
GetListContentTypesAsync ( string listName, string contentTypeId ) : void
GetListContentTypesAsync ( string listName, string contentTypeId, object userState ) : void
GetListItemChangesAsync ( string listName, CamlViewFields viewFields, string since, CamlContains contains ) : void
GetListItemChangesAsync ( string listName, CamlViewFields viewFields, string since, CamlContains contains, object userState ) : void
GetListItemChangesSinceTokenAsync ( string listName, string viewName, GetListItemChangesSinceTokenQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string changeToken, CamlContains contains ) : void
GetListItemChangesSinceTokenAsync ( string listName, string viewName, GetListItemChangesSinceTokenQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string changeToken, CamlContains contains, object userState ) : void
GetListItemChangesWithKnowledgeAsync ( string listName, string viewName, GetListItemChangesWithKnowledgeQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string syncScope, GetListItemChangesWithKnowledgeKnowledge knowledge, CamlContains contains ) : void
GetListItemChangesWithKnowledgeAsync ( string listName, string viewName, GetListItemChangesWithKnowledgeQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string syncScope, GetListItemChangesWithKnowledgeKnowledge knowledge, CamlContains contains, object userState ) : void
GetListItemsAsync ( string listName, string viewName, GetListItemsQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string webID ) : void
GetListItemsAsync ( string listName, string viewName, GetListItemsQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string webID, object userState ) : void
GetVersionCollectionAsync ( string strlistID, string strlistItemID, string strFieldName ) : void
GetVersionCollectionAsync ( string strlistID, string strlistItemID, string strFieldName, object userState ) : void
ListsSoap ( ) : System
UndoCheckOutAsync ( string pageUrl ) : void
UndoCheckOutAsync ( string pageUrl, object userState ) : void
UpdateContentTypeAsync ( string listName, string contentTypeId, UpdateContentTypeContentTypeProperties contentTypeProperties, AddOrUpdateFieldsDefinition newFields, AddOrUpdateFieldsDefinition updateFields, DeleteFieldsDefinition deleteFields, string addToView ) : void
UpdateContentTypeAsync ( string listName, string contentTypeId, UpdateContentTypeContentTypeProperties contentTypeProperties, AddOrUpdateFieldsDefinition newFields, AddOrUpdateFieldsDefinition updateFields, DeleteFieldsDefinition deleteFields, string addToView, object userState ) : void
UpdateContentTypeXmlDocumentAsync ( string listName, string contentTypeId, System newDocument ) : void
UpdateContentTypeXmlDocumentAsync ( string listName, string contentTypeId, System newDocument, object userState ) : void
UpdateContentTypesXmlDocumentAsync ( string listName, UpdateContentTypesXmlDocumentNewDocument newDocument ) : void
UpdateContentTypesXmlDocumentAsync ( string listName, UpdateContentTypesXmlDocumentNewDocument newDocument, object userState ) : void
UpdateListAsync ( string listName, UpdateListListProperties listProperties, UpdateListFieldsRequest newFields, UpdateListFieldsRequest updateFields, UpdateListFieldsRequest deleteFields, string listVersion ) : void
UpdateListAsync ( string listName, UpdateListListProperties listProperties, UpdateListFieldsRequest newFields, UpdateListFieldsRequest updateFields, UpdateListFieldsRequest deleteFields, string listVersion, object userState ) : void
UpdateListItemsAsync ( string listName, UpdateListItemsUpdates updates ) : void
UpdateListItemsAsync ( string listName, UpdateListItemsUpdates updates, object userState ) : void
UpdateListItemsWithKnowledgeAsync ( string listName, UpdateListItemsWithKnowledgeUpdates updates, string syncScope, System knowledge ) : void
UpdateListItemsWithKnowledgeAsync ( string listName, UpdateListItemsWithKnowledgeUpdates updates, string syncScope, System knowledge, object userState ) : void

Private Methods

Méthode Description
AddAttachment ( string listName, string listItemID, string fileName, [ DataType = "base64Binary")]byte[]attachment ) : string
AddDiscussionBoardItem ( string listName, [ DataType = "base64Binary")]byte[]message ) : AddDiscussionBoardItemResponseAddDiscussionBoardItemResult
AddList ( string listName, string description, int templateID ) : AddListResponseAddListResult
AddListFromFeature ( string listName, string description, string featureID, int templateID ) : AddListFromFeatureResponseAddListFromFeatureResult
AddWikiPage ( string strListName, string listRelPageUrl, string wikiContent ) : AddWikiPageResponseAddWikiPageResult
ApplyContentTypeToList ( string webUrl, string contentTypeId, string listName ) : ApplyContentTypeToListResponseApplyContentTypeToListResult
CheckInFile ( string pageUrl, string comment, string CheckinType ) : bool
CheckOutFile ( string pageUrl, string checkoutToLocal, string lastmodified ) : bool
CreateContentType ( string listName, string displayName, string parentType, AddOrUpdateFieldsDefinition fields, CreateContentTypeContentTypeProperties contentTypeProperties, string addToView ) : string
DeleteAttachment ( string listName, string listItemID, string url ) : void
DeleteContentType ( string listName, string contentTypeId ) : DeleteContentTypeResponseDeleteContentTypeResult
DeleteContentTypeXmlDocument ( string listName, string contentTypeId, string documentUri ) : DeleteContentTypeXmlDocumentResponseDeleteContentTypeXmlDocumentResult
DeleteList ( string listName ) : void
GetAttachmentCollection ( string listName, string listItemID ) : GetAttachmentCollectionResponseGetAttachmentCollectionResult
GetList ( string listName ) : GetListResponseGetListResult
GetListAndView ( string listName, string viewName ) : GetListAndViewResponseGetListAndViewResult
GetListCollection ( ) : GetListCollectionResponseGetListCollectionResult
GetListContentType ( string listName, string contentTypeId ) : GetListContentTypeResponseGetListContentTypeResult
GetListContentTypes ( string listName, string contentTypeId ) : GetListContentTypesResponseGetListContentTypesResult
GetListContentTypesAndProperties ( string listName, string contentTypeId, string propertyPrefix, bool includeWebProperties, [ includeWebPropertiesSpecified ) : GetListContentTypesAndPropertiesResponseGetListContentTypesAndPropertiesResult
GetListItemChanges ( string listName, CamlViewFields viewFields, string since, CamlContains contains ) : GetListItemChangesResponseGetListItemChangesResult
GetListItemChangesSinceToken ( string listName, string viewName, GetListItemChangesSinceTokenQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string changeToken, CamlContains contains ) : GetListItemChangesSinceTokenResponseGetListItemChangesSinceTokenResult
GetListItemChangesWithKnowledge ( string listName, string viewName, GetListItemChangesWithKnowledgeQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string syncScope, GetListItemChangesWithKnowledgeKnowledge knowledge, CamlContains contains ) : GetListItemChangesWithKnowledgeResponseGetListItemChangesWithKnowledgeResult
GetListItems ( string listName, string viewName, GetListItemsQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string webID ) : GetListItemsResponseGetListItemsResult
GetVersionCollection ( string strlistID, string strlistItemID, string strFieldName ) : GetVersionCollectionResponseGetVersionCollectionResult
OnAddAttachmentOperationCompleted ( object arg ) : void
OnAddDiscussionBoardItemOperationCompleted ( object arg ) : void
OnAddListFromFeatureOperationCompleted ( object arg ) : void
OnAddListOperationCompleted ( object arg ) : void
OnAddWikiPageOperationCompleted ( object arg ) : void
OnApplyContentTypeToListOperationCompleted ( object arg ) : void
OnCheckInFileOperationCompleted ( object arg ) : void
OnCheckOutFileOperationCompleted ( object arg ) : void
OnCreateContentTypeOperationCompleted ( object arg ) : void
OnDeleteAttachmentOperationCompleted ( object arg ) : void
OnDeleteContentTypeOperationCompleted ( object arg ) : void
OnDeleteContentTypeXmlDocumentOperationCompleted ( object arg ) : void
OnDeleteListOperationCompleted ( object arg ) : void
OnGetAttachmentCollectionOperationCompleted ( object arg ) : void
OnGetListAndViewOperationCompleted ( object arg ) : void
OnGetListCollectionOperationCompleted ( object arg ) : void
OnGetListContentTypeOperationCompleted ( object arg ) : void
OnGetListContentTypesAndPropertiesOperationCompleted ( object arg ) : void
OnGetListContentTypesOperationCompleted ( object arg ) : void
OnGetListItemChangesOperationCompleted ( object arg ) : void
OnGetListItemChangesSinceTokenOperationCompleted ( object arg ) : void
OnGetListItemChangesWithKnowledgeOperationCompleted ( object arg ) : void
OnGetListItemsOperationCompleted ( object arg ) : void
OnGetListOperationCompleted ( object arg ) : void
OnGetVersionCollectionOperationCompleted ( object arg ) : void
OnUndoCheckOutOperationCompleted ( object arg ) : void
OnUpdateContentTypeOperationCompleted ( object arg ) : void
OnUpdateContentTypeXmlDocumentOperationCompleted ( object arg ) : void
OnUpdateContentTypesXmlDocumentOperationCompleted ( object arg ) : void
OnUpdateListItemsOperationCompleted ( object arg ) : void
OnUpdateListItemsWithKnowledgeOperationCompleted ( object arg ) : void
OnUpdateListOperationCompleted ( object arg ) : void
UndoCheckOut ( string pageUrl ) : bool
UpdateContentType ( string listName, string contentTypeId, UpdateContentTypeContentTypeProperties contentTypeProperties, AddOrUpdateFieldsDefinition newFields, AddOrUpdateFieldsDefinition updateFields, DeleteFieldsDefinition deleteFields, string addToView ) : UpdateContentTypeResponseUpdateContentTypeResult
UpdateContentTypeXmlDocument ( string listName, string contentTypeId, System newDocument ) : System.Xml.XmlNode
UpdateContentTypesXmlDocument ( string listName, UpdateContentTypesXmlDocumentNewDocument newDocument ) : UpdateContentTypesXmlDocumentResponseUpdateContentTypesXmlDocumentResult
UpdateList ( string listName, UpdateListListProperties listProperties, UpdateListFieldsRequest newFields, UpdateListFieldsRequest updateFields, UpdateListFieldsRequest deleteFields, string listVersion ) : UpdateListResponseUpdateListResult
UpdateListItems ( string listName, UpdateListItemsUpdates updates ) : UpdateListItemsResponseUpdateListItemsResult
UpdateListItemsWithKnowledge ( string listName, UpdateListItemsWithKnowledgeUpdates updates, string syncScope, System knowledge ) : UpdateListItemsWithKnowledgeResponseUpdateListItemsWithKnowledgeResult

Method Details

AddAttachmentAsync() public méthode

public AddAttachmentAsync ( string listName, string listItemID, string fileName, byte attachment ) : void
listName string
listItemID string
fileName string
attachment byte
Résultat void

AddAttachmentAsync() public méthode

public AddAttachmentAsync ( string listName, string listItemID, string fileName, byte attachment, object userState ) : void
listName string
listItemID string
fileName string
attachment byte
userState object
Résultat void

AddDiscussionBoardItemAsync() public méthode

public AddDiscussionBoardItemAsync ( string listName, byte message ) : void
listName string
message byte
Résultat void

AddDiscussionBoardItemAsync() public méthode

public AddDiscussionBoardItemAsync ( string listName, byte message, object userState ) : void
listName string
message byte
userState object
Résultat void

AddListAsync() public méthode

public AddListAsync ( string listName, string description, int templateID ) : void
listName string
description string
templateID int
Résultat void

AddListAsync() public méthode

public AddListAsync ( string listName, string description, int templateID, object userState ) : void
listName string
description string
templateID int
userState object
Résultat void

AddListFromFeatureAsync() public méthode

public AddListFromFeatureAsync ( string listName, string description, string featureID, int templateID ) : void
listName string
description string
featureID string
templateID int
Résultat void

AddListFromFeatureAsync() public méthode

public AddListFromFeatureAsync ( string listName, string description, string featureID, int templateID, object userState ) : void
listName string
description string
featureID string
templateID int
userState object
Résultat void

AddWikiPageAsync() public méthode

public AddWikiPageAsync ( string strListName, string listRelPageUrl, string wikiContent ) : void
strListName string
listRelPageUrl string
wikiContent string
Résultat void

AddWikiPageAsync() public méthode

public AddWikiPageAsync ( string strListName, string listRelPageUrl, string wikiContent, object userState ) : void
strListName string
listRelPageUrl string
wikiContent string
userState object
Résultat void

ApplyContentTypeToListAsync() public méthode

public ApplyContentTypeToListAsync ( string webUrl, string contentTypeId, string listName ) : void
webUrl string
contentTypeId string
listName string
Résultat void

ApplyContentTypeToListAsync() public méthode

public ApplyContentTypeToListAsync ( string webUrl, string contentTypeId, string listName, object userState ) : void
webUrl string
contentTypeId string
listName string
userState object
Résultat void

BeginAddAttachment() public méthode

public BeginAddAttachment ( string listName, string listItemID, string fileName, byte attachment, System callback, object asyncState ) : System.IAsyncResult
listName string
listItemID string
fileName string
attachment byte
callback System
asyncState object
Résultat System.IAsyncResult

BeginAddDiscussionBoardItem() public méthode

public BeginAddDiscussionBoardItem ( string listName, byte message, System callback, object asyncState ) : System.IAsyncResult
listName string
message byte
callback System
asyncState object
Résultat System.IAsyncResult

BeginAddList() public méthode

public BeginAddList ( string listName, string description, int templateID, System callback, object asyncState ) : System.IAsyncResult
listName string
description string
templateID int
callback System
asyncState object
Résultat System.IAsyncResult

BeginAddListFromFeature() public méthode

public BeginAddListFromFeature ( string listName, string description, string featureID, int templateID, System callback, object asyncState ) : System.IAsyncResult
listName string
description string
featureID string
templateID int
callback System
asyncState object
Résultat System.IAsyncResult

BeginAddWikiPage() public méthode

public BeginAddWikiPage ( string strListName, string listRelPageUrl, string wikiContent, System callback, object asyncState ) : System.IAsyncResult
strListName string
listRelPageUrl string
wikiContent string
callback System
asyncState object
Résultat System.IAsyncResult

BeginApplyContentTypeToList() public méthode

public BeginApplyContentTypeToList ( string webUrl, string contentTypeId, string listName, System callback, object asyncState ) : System.IAsyncResult
webUrl string
contentTypeId string
listName string
callback System
asyncState object
Résultat System.IAsyncResult

BeginCheckInFile() public méthode

public BeginCheckInFile ( string pageUrl, string comment, string CheckinType, System callback, object asyncState ) : System.IAsyncResult
pageUrl string
comment string
CheckinType string
callback System
asyncState object
Résultat System.IAsyncResult

BeginCheckOutFile() public méthode

public BeginCheckOutFile ( string pageUrl, string checkoutToLocal, string lastmodified, System callback, object asyncState ) : System.IAsyncResult
pageUrl string
checkoutToLocal string
lastmodified string
callback System
asyncState object
Résultat System.IAsyncResult

BeginCreateContentType() public méthode

public BeginCreateContentType ( string listName, string displayName, string parentType, AddOrUpdateFieldsDefinition fields, CreateContentTypeContentTypeProperties contentTypeProperties, string addToView, System callback, object asyncState ) : System.IAsyncResult
listName string
displayName string
parentType string
fields AddOrUpdateFieldsDefinition
contentTypeProperties CreateContentTypeContentTypeProperties
addToView string
callback System
asyncState object
Résultat System.IAsyncResult

BeginDeleteAttachment() public méthode

public BeginDeleteAttachment ( string listName, string listItemID, string url, System callback, object asyncState ) : System.IAsyncResult
listName string
listItemID string
url string
callback System
asyncState object
Résultat System.IAsyncResult

BeginDeleteContentType() public méthode

public BeginDeleteContentType ( string listName, string contentTypeId, System callback, object asyncState ) : System.IAsyncResult
listName string
contentTypeId string
callback System
asyncState object
Résultat System.IAsyncResult

BeginDeleteContentTypeXmlDocument() public méthode

public BeginDeleteContentTypeXmlDocument ( string listName, string contentTypeId, string documentUri, System callback, object asyncState ) : System.IAsyncResult
listName string
contentTypeId string
documentUri string
callback System
asyncState object
Résultat System.IAsyncResult

BeginDeleteList() public méthode

public BeginDeleteList ( string listName, System callback, object asyncState ) : System.IAsyncResult
listName string
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetAttachmentCollection() public méthode

public BeginGetAttachmentCollection ( string listName, string listItemID, System callback, object asyncState ) : System.IAsyncResult
listName string
listItemID string
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetList() public méthode

public BeginGetList ( string listName, System callback, object asyncState ) : System.IAsyncResult
listName string
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetListAndView() public méthode

public BeginGetListAndView ( string listName, string viewName, System callback, object asyncState ) : System.IAsyncResult
listName string
viewName string
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetListCollection() public méthode

public BeginGetListCollection ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetListContentType() public méthode

public BeginGetListContentType ( string listName, string contentTypeId, System callback, object asyncState ) : System.IAsyncResult
listName string
contentTypeId string
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetListContentTypes() public méthode

public BeginGetListContentTypes ( string listName, string contentTypeId, System callback, object asyncState ) : System.IAsyncResult
listName string
contentTypeId string
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetListContentTypesAndProperties() public méthode

public BeginGetListContentTypesAndProperties ( string listName, string contentTypeId, string propertyPrefix, bool includeWebProperties, bool includeWebPropertiesSpecified, System callback, object asyncState ) : System.IAsyncResult
listName string
contentTypeId string
propertyPrefix string
includeWebProperties bool
includeWebPropertiesSpecified bool
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetListItemChanges() public méthode

public BeginGetListItemChanges ( string listName, CamlViewFields viewFields, string since, CamlContains contains, System callback, object asyncState ) : System.IAsyncResult
listName string
viewFields CamlViewFields
since string
contains CamlContains
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetListItemChangesSinceToken() public méthode

public BeginGetListItemChangesSinceToken ( string listName, string viewName, GetListItemChangesSinceTokenQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string changeToken, CamlContains contains, System callback, object asyncState ) : System.IAsyncResult
listName string
viewName string
query GetListItemChangesSinceTokenQuery
viewFields CamlViewFields
rowLimit string
queryOptions CamlQueryOptions
changeToken string
contains CamlContains
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetListItemChangesWithKnowledge() public méthode

public BeginGetListItemChangesWithKnowledge ( string listName, string viewName, GetListItemChangesWithKnowledgeQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string syncScope, GetListItemChangesWithKnowledgeKnowledge knowledge, CamlContains contains, System callback, object asyncState ) : System.IAsyncResult
listName string
viewName string
query GetListItemChangesWithKnowledgeQuery
viewFields CamlViewFields
rowLimit string
queryOptions CamlQueryOptions
syncScope string
knowledge GetListItemChangesWithKnowledgeKnowledge
contains CamlContains
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetListItems() public méthode

public BeginGetListItems ( string listName, string viewName, GetListItemsQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string webID, System callback, object asyncState ) : System.IAsyncResult
listName string
viewName string
query GetListItemsQuery
viewFields CamlViewFields
rowLimit string
queryOptions CamlQueryOptions
webID string
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetVersionCollection() public méthode

public BeginGetVersionCollection ( string strlistID, string strlistItemID, string strFieldName, System callback, object asyncState ) : System.IAsyncResult
strlistID string
strlistItemID string
strFieldName string
callback System
asyncState object
Résultat System.IAsyncResult

BeginUndoCheckOut() public méthode

public BeginUndoCheckOut ( string pageUrl, System callback, object asyncState ) : System.IAsyncResult
pageUrl string
callback System
asyncState object
Résultat System.IAsyncResult

BeginUpdateContentType() public méthode

public BeginUpdateContentType ( string listName, string contentTypeId, UpdateContentTypeContentTypeProperties contentTypeProperties, AddOrUpdateFieldsDefinition newFields, AddOrUpdateFieldsDefinition updateFields, DeleteFieldsDefinition deleteFields, string addToView, System callback, object asyncState ) : System.IAsyncResult
listName string
contentTypeId string
contentTypeProperties UpdateContentTypeContentTypeProperties
newFields AddOrUpdateFieldsDefinition
updateFields AddOrUpdateFieldsDefinition
deleteFields DeleteFieldsDefinition
addToView string
callback System
asyncState object
Résultat System.IAsyncResult

BeginUpdateContentTypeXmlDocument() public méthode

public BeginUpdateContentTypeXmlDocument ( string listName, string contentTypeId, System newDocument, System callback, object asyncState ) : System.IAsyncResult
listName string
contentTypeId string
newDocument System
callback System
asyncState object
Résultat System.IAsyncResult

BeginUpdateContentTypesXmlDocument() public méthode

public BeginUpdateContentTypesXmlDocument ( string listName, UpdateContentTypesXmlDocumentNewDocument newDocument, System callback, object asyncState ) : System.IAsyncResult
listName string
newDocument UpdateContentTypesXmlDocumentNewDocument
callback System
asyncState object
Résultat System.IAsyncResult

BeginUpdateList() public méthode

public BeginUpdateList ( string listName, UpdateListListProperties listProperties, UpdateListFieldsRequest newFields, UpdateListFieldsRequest updateFields, UpdateListFieldsRequest deleteFields, string listVersion, System callback, object asyncState ) : System.IAsyncResult
listName string
listProperties UpdateListListProperties
newFields UpdateListFieldsRequest
updateFields UpdateListFieldsRequest
deleteFields UpdateListFieldsRequest
listVersion string
callback System
asyncState object
Résultat System.IAsyncResult

BeginUpdateListItems() public méthode

public BeginUpdateListItems ( string listName, UpdateListItemsUpdates updates, System callback, object asyncState ) : System.IAsyncResult
listName string
updates UpdateListItemsUpdates
callback System
asyncState object
Résultat System.IAsyncResult

BeginUpdateListItemsWithKnowledge() public méthode

public BeginUpdateListItemsWithKnowledge ( string listName, UpdateListItemsWithKnowledgeUpdates updates, string syncScope, System knowledge, System callback, object asyncState ) : System.IAsyncResult
listName string
updates UpdateListItemsWithKnowledgeUpdates
syncScope string
knowledge System
callback System
asyncState object
Résultat System.IAsyncResult

CancelAsync() public méthode

public CancelAsync ( object userState ) : void
userState object
Résultat void

CheckInFileAsync() public méthode

public CheckInFileAsync ( string pageUrl, string comment, string CheckinType ) : void
pageUrl string
comment string
CheckinType string
Résultat void

CheckInFileAsync() public méthode

public CheckInFileAsync ( string pageUrl, string comment, string CheckinType, object userState ) : void
pageUrl string
comment string
CheckinType string
userState object
Résultat void

CheckOutFileAsync() public méthode

public CheckOutFileAsync ( string pageUrl, string checkoutToLocal, string lastmodified ) : void
pageUrl string
checkoutToLocal string
lastmodified string
Résultat void

CheckOutFileAsync() public méthode

public CheckOutFileAsync ( string pageUrl, string checkoutToLocal, string lastmodified, object userState ) : void
pageUrl string
checkoutToLocal string
lastmodified string
userState object
Résultat void

CreateContentTypeAsync() public méthode

public CreateContentTypeAsync ( string listName, string displayName, string parentType, AddOrUpdateFieldsDefinition fields, CreateContentTypeContentTypeProperties contentTypeProperties, string addToView ) : void
listName string
displayName string
parentType string
fields AddOrUpdateFieldsDefinition
contentTypeProperties CreateContentTypeContentTypeProperties
addToView string
Résultat void

CreateContentTypeAsync() public méthode

public CreateContentTypeAsync ( string listName, string displayName, string parentType, AddOrUpdateFieldsDefinition fields, CreateContentTypeContentTypeProperties contentTypeProperties, string addToView, object userState ) : void
listName string
displayName string
parentType string
fields AddOrUpdateFieldsDefinition
contentTypeProperties CreateContentTypeContentTypeProperties
addToView string
userState object
Résultat void

DeleteAttachmentAsync() public méthode

public DeleteAttachmentAsync ( string listName, string listItemID, string url ) : void
listName string
listItemID string
url string
Résultat void

DeleteAttachmentAsync() public méthode

public DeleteAttachmentAsync ( string listName, string listItemID, string url, object userState ) : void
listName string
listItemID string
url string
userState object
Résultat void

DeleteContentTypeAsync() public méthode

public DeleteContentTypeAsync ( string listName, string contentTypeId ) : void
listName string
contentTypeId string
Résultat void

DeleteContentTypeAsync() public méthode

public DeleteContentTypeAsync ( string listName, string contentTypeId, object userState ) : void
listName string
contentTypeId string
userState object
Résultat void

DeleteContentTypeXmlDocumentAsync() public méthode

public DeleteContentTypeXmlDocumentAsync ( string listName, string contentTypeId, string documentUri ) : void
listName string
contentTypeId string
documentUri string
Résultat void

DeleteContentTypeXmlDocumentAsync() public méthode

public DeleteContentTypeXmlDocumentAsync ( string listName, string contentTypeId, string documentUri, object userState ) : void
listName string
contentTypeId string
documentUri string
userState object
Résultat void

DeleteListAsync() public méthode

public DeleteListAsync ( string listName ) : void
listName string
Résultat void

DeleteListAsync() public méthode

public DeleteListAsync ( string listName, object userState ) : void
listName string
userState object
Résultat void

EndAddAttachment() public méthode

public EndAddAttachment ( System asyncResult ) : string
asyncResult System
Résultat string

EndAddDiscussionBoardItem() public méthode

public EndAddDiscussionBoardItem ( System asyncResult ) : AddDiscussionBoardItemResponseAddDiscussionBoardItemResult
asyncResult System
Résultat AddDiscussionBoardItemResponseAddDiscussionBoardItemResult

EndAddList() public méthode

public EndAddList ( System asyncResult ) : AddListResponseAddListResult
asyncResult System
Résultat AddListResponseAddListResult

EndAddListFromFeature() public méthode

public EndAddListFromFeature ( System asyncResult ) : AddListFromFeatureResponseAddListFromFeatureResult
asyncResult System
Résultat AddListFromFeatureResponseAddListFromFeatureResult

EndAddWikiPage() public méthode

public EndAddWikiPage ( System asyncResult ) : AddWikiPageResponseAddWikiPageResult
asyncResult System
Résultat AddWikiPageResponseAddWikiPageResult

EndApplyContentTypeToList() public méthode

public EndApplyContentTypeToList ( System asyncResult ) : ApplyContentTypeToListResponseApplyContentTypeToListResult
asyncResult System
Résultat ApplyContentTypeToListResponseApplyContentTypeToListResult

EndCheckInFile() public méthode

public EndCheckInFile ( System asyncResult ) : bool
asyncResult System
Résultat bool

EndCheckOutFile() public méthode

public EndCheckOutFile ( System asyncResult ) : bool
asyncResult System
Résultat bool

EndCreateContentType() public méthode

public EndCreateContentType ( System asyncResult ) : string
asyncResult System
Résultat string

EndDeleteAttachment() public méthode

public EndDeleteAttachment ( System asyncResult ) : void
asyncResult System
Résultat void

EndDeleteContentType() public méthode

public EndDeleteContentType ( System asyncResult ) : DeleteContentTypeResponseDeleteContentTypeResult
asyncResult System
Résultat DeleteContentTypeResponseDeleteContentTypeResult

EndDeleteContentTypeXmlDocument() public méthode

public EndDeleteContentTypeXmlDocument ( System asyncResult ) : DeleteContentTypeXmlDocumentResponseDeleteContentTypeXmlDocumentResult
asyncResult System
Résultat DeleteContentTypeXmlDocumentResponseDeleteContentTypeXmlDocumentResult

EndDeleteList() public méthode

public EndDeleteList ( System asyncResult ) : void
asyncResult System
Résultat void

EndGetAttachmentCollection() public méthode

public EndGetAttachmentCollection ( System asyncResult ) : GetAttachmentCollectionResponseGetAttachmentCollectionResult
asyncResult System
Résultat GetAttachmentCollectionResponseGetAttachmentCollectionResult

EndGetList() public méthode

public EndGetList ( System asyncResult ) : GetListResponseGetListResult
asyncResult System
Résultat GetListResponseGetListResult

EndGetListAndView() public méthode

public EndGetListAndView ( System asyncResult ) : GetListAndViewResponseGetListAndViewResult
asyncResult System
Résultat GetListAndViewResponseGetListAndViewResult

EndGetListCollection() public méthode

public EndGetListCollection ( System asyncResult ) : GetListCollectionResponseGetListCollectionResult
asyncResult System
Résultat GetListCollectionResponseGetListCollectionResult

EndGetListContentType() public méthode

public EndGetListContentType ( System asyncResult ) : GetListContentTypeResponseGetListContentTypeResult
asyncResult System
Résultat GetListContentTypeResponseGetListContentTypeResult

EndGetListContentTypes() public méthode

public EndGetListContentTypes ( System asyncResult ) : GetListContentTypesResponseGetListContentTypesResult
asyncResult System
Résultat GetListContentTypesResponseGetListContentTypesResult

EndGetListContentTypesAndProperties() public méthode

public EndGetListContentTypesAndProperties ( System asyncResult ) : GetListContentTypesAndPropertiesResponseGetListContentTypesAndPropertiesResult
asyncResult System
Résultat GetListContentTypesAndPropertiesResponseGetListContentTypesAndPropertiesResult

EndGetListItemChanges() public méthode

public EndGetListItemChanges ( System asyncResult ) : GetListItemChangesResponseGetListItemChangesResult
asyncResult System
Résultat GetListItemChangesResponseGetListItemChangesResult

EndGetListItemChangesSinceToken() public méthode

public EndGetListItemChangesSinceToken ( System asyncResult ) : GetListItemChangesSinceTokenResponseGetListItemChangesSinceTokenResult
asyncResult System
Résultat GetListItemChangesSinceTokenResponseGetListItemChangesSinceTokenResult

EndGetListItemChangesWithKnowledge() public méthode

public EndGetListItemChangesWithKnowledge ( System asyncResult ) : GetListItemChangesWithKnowledgeResponseGetListItemChangesWithKnowledgeResult
asyncResult System
Résultat GetListItemChangesWithKnowledgeResponseGetListItemChangesWithKnowledgeResult

EndGetListItems() public méthode

public EndGetListItems ( System asyncResult ) : GetListItemsResponseGetListItemsResult
asyncResult System
Résultat GetListItemsResponseGetListItemsResult

EndGetVersionCollection() public méthode

public EndGetVersionCollection ( System asyncResult ) : GetVersionCollectionResponseGetVersionCollectionResult
asyncResult System
Résultat GetVersionCollectionResponseGetVersionCollectionResult

EndUndoCheckOut() public méthode

public EndUndoCheckOut ( System asyncResult ) : bool
asyncResult System
Résultat bool

EndUpdateContentType() public méthode

public EndUpdateContentType ( System asyncResult ) : UpdateContentTypeResponseUpdateContentTypeResult
asyncResult System
Résultat UpdateContentTypeResponseUpdateContentTypeResult

EndUpdateContentTypeXmlDocument() public méthode

public EndUpdateContentTypeXmlDocument ( System asyncResult ) : System.Xml.XmlNode
asyncResult System
Résultat System.Xml.XmlNode

EndUpdateContentTypesXmlDocument() public méthode

public EndUpdateContentTypesXmlDocument ( System asyncResult ) : UpdateContentTypesXmlDocumentResponseUpdateContentTypesXmlDocumentResult
asyncResult System
Résultat UpdateContentTypesXmlDocumentResponseUpdateContentTypesXmlDocumentResult

EndUpdateList() public méthode

public EndUpdateList ( System asyncResult ) : UpdateListResponseUpdateListResult
asyncResult System
Résultat UpdateListResponseUpdateListResult

EndUpdateListItems() public méthode

public EndUpdateListItems ( System asyncResult ) : UpdateListItemsResponseUpdateListItemsResult
asyncResult System
Résultat UpdateListItemsResponseUpdateListItemsResult

EndUpdateListItemsWithKnowledge() public méthode

public EndUpdateListItemsWithKnowledge ( System asyncResult ) : UpdateListItemsWithKnowledgeResponseUpdateListItemsWithKnowledgeResult
asyncResult System
Résultat UpdateListItemsWithKnowledgeResponseUpdateListItemsWithKnowledgeResult

GetAttachmentCollectionAsync() public méthode

public GetAttachmentCollectionAsync ( string listName, string listItemID ) : void
listName string
listItemID string
Résultat void

GetAttachmentCollectionAsync() public méthode

public GetAttachmentCollectionAsync ( string listName, string listItemID, object userState ) : void
listName string
listItemID string
userState object
Résultat void

GetListAndViewAsync() public méthode

public GetListAndViewAsync ( string listName, string viewName ) : void
listName string
viewName string
Résultat void

GetListAndViewAsync() public méthode

public GetListAndViewAsync ( string listName, string viewName, object userState ) : void
listName string
viewName string
userState object
Résultat void

GetListAsync() public méthode

public GetListAsync ( string listName ) : void
listName string
Résultat void

GetListAsync() public méthode

public GetListAsync ( string listName, object userState ) : void
listName string
userState object
Résultat void

GetListCollectionAsync() public méthode

public GetListCollectionAsync ( ) : void
Résultat void

GetListCollectionAsync() public méthode

public GetListCollectionAsync ( object userState ) : void
userState object
Résultat void

GetListContentTypeAsync() public méthode

public GetListContentTypeAsync ( string listName, string contentTypeId ) : void
listName string
contentTypeId string
Résultat void

GetListContentTypeAsync() public méthode

public GetListContentTypeAsync ( string listName, string contentTypeId, object userState ) : void
listName string
contentTypeId string
userState object
Résultat void

GetListContentTypesAndPropertiesAsync() public méthode

public GetListContentTypesAndPropertiesAsync ( string listName, string contentTypeId, string propertyPrefix, bool includeWebProperties, bool includeWebPropertiesSpecified ) : void
listName string
contentTypeId string
propertyPrefix string
includeWebProperties bool
includeWebPropertiesSpecified bool
Résultat void

GetListContentTypesAndPropertiesAsync() public méthode

public GetListContentTypesAndPropertiesAsync ( string listName, string contentTypeId, string propertyPrefix, bool includeWebProperties, bool includeWebPropertiesSpecified, object userState ) : void
listName string
contentTypeId string
propertyPrefix string
includeWebProperties bool
includeWebPropertiesSpecified bool
userState object
Résultat void

GetListContentTypesAsync() public méthode

public GetListContentTypesAsync ( string listName, string contentTypeId ) : void
listName string
contentTypeId string
Résultat void

GetListContentTypesAsync() public méthode

public GetListContentTypesAsync ( string listName, string contentTypeId, object userState ) : void
listName string
contentTypeId string
userState object
Résultat void

GetListItemChangesAsync() public méthode

public GetListItemChangesAsync ( string listName, CamlViewFields viewFields, string since, CamlContains contains ) : void
listName string
viewFields CamlViewFields
since string
contains CamlContains
Résultat void

GetListItemChangesAsync() public méthode

public GetListItemChangesAsync ( string listName, CamlViewFields viewFields, string since, CamlContains contains, object userState ) : void
listName string
viewFields CamlViewFields
since string
contains CamlContains
userState object
Résultat void

GetListItemChangesSinceTokenAsync() public méthode

public GetListItemChangesSinceTokenAsync ( string listName, string viewName, GetListItemChangesSinceTokenQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string changeToken, CamlContains contains ) : void
listName string
viewName string
query GetListItemChangesSinceTokenQuery
viewFields CamlViewFields
rowLimit string
queryOptions CamlQueryOptions
changeToken string
contains CamlContains
Résultat void

GetListItemChangesSinceTokenAsync() public méthode

public GetListItemChangesSinceTokenAsync ( string listName, string viewName, GetListItemChangesSinceTokenQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string changeToken, CamlContains contains, object userState ) : void
listName string
viewName string
query GetListItemChangesSinceTokenQuery
viewFields CamlViewFields
rowLimit string
queryOptions CamlQueryOptions
changeToken string
contains CamlContains
userState object
Résultat void

GetListItemChangesWithKnowledgeAsync() public méthode

public GetListItemChangesWithKnowledgeAsync ( string listName, string viewName, GetListItemChangesWithKnowledgeQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string syncScope, GetListItemChangesWithKnowledgeKnowledge knowledge, CamlContains contains ) : void
listName string
viewName string
query GetListItemChangesWithKnowledgeQuery
viewFields CamlViewFields
rowLimit string
queryOptions CamlQueryOptions
syncScope string
knowledge GetListItemChangesWithKnowledgeKnowledge
contains CamlContains
Résultat void

GetListItemChangesWithKnowledgeAsync() public méthode

public GetListItemChangesWithKnowledgeAsync ( string listName, string viewName, GetListItemChangesWithKnowledgeQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string syncScope, GetListItemChangesWithKnowledgeKnowledge knowledge, CamlContains contains, object userState ) : void
listName string
viewName string
query GetListItemChangesWithKnowledgeQuery
viewFields CamlViewFields
rowLimit string
queryOptions CamlQueryOptions
syncScope string
knowledge GetListItemChangesWithKnowledgeKnowledge
contains CamlContains
userState object
Résultat void

GetListItemsAsync() public méthode

public GetListItemsAsync ( string listName, string viewName, GetListItemsQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string webID ) : void
listName string
viewName string
query GetListItemsQuery
viewFields CamlViewFields
rowLimit string
queryOptions CamlQueryOptions
webID string
Résultat void

GetListItemsAsync() public méthode

public GetListItemsAsync ( string listName, string viewName, GetListItemsQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string webID, object userState ) : void
listName string
viewName string
query GetListItemsQuery
viewFields CamlViewFields
rowLimit string
queryOptions CamlQueryOptions
webID string
userState object
Résultat void

GetVersionCollectionAsync() public méthode

public GetVersionCollectionAsync ( string strlistID, string strlistItemID, string strFieldName ) : void
strlistID string
strlistItemID string
strFieldName string
Résultat void

GetVersionCollectionAsync() public méthode

public GetVersionCollectionAsync ( string strlistID, string strlistItemID, string strFieldName, object userState ) : void
strlistID string
strlistItemID string
strFieldName string
userState object
Résultat void

ListsSoap() public méthode

public ListsSoap ( ) : System
Résultat System

UndoCheckOutAsync() public méthode

public UndoCheckOutAsync ( string pageUrl ) : void
pageUrl string
Résultat void

UndoCheckOutAsync() public méthode

public UndoCheckOutAsync ( string pageUrl, object userState ) : void
pageUrl string
userState object
Résultat void

UpdateContentTypeAsync() public méthode

public UpdateContentTypeAsync ( string listName, string contentTypeId, UpdateContentTypeContentTypeProperties contentTypeProperties, AddOrUpdateFieldsDefinition newFields, AddOrUpdateFieldsDefinition updateFields, DeleteFieldsDefinition deleteFields, string addToView ) : void
listName string
contentTypeId string
contentTypeProperties UpdateContentTypeContentTypeProperties
newFields AddOrUpdateFieldsDefinition
updateFields AddOrUpdateFieldsDefinition
deleteFields DeleteFieldsDefinition
addToView string
Résultat void

UpdateContentTypeAsync() public méthode

public UpdateContentTypeAsync ( string listName, string contentTypeId, UpdateContentTypeContentTypeProperties contentTypeProperties, AddOrUpdateFieldsDefinition newFields, AddOrUpdateFieldsDefinition updateFields, DeleteFieldsDefinition deleteFields, string addToView, object userState ) : void
listName string
contentTypeId string
contentTypeProperties UpdateContentTypeContentTypeProperties
newFields AddOrUpdateFieldsDefinition
updateFields AddOrUpdateFieldsDefinition
deleteFields DeleteFieldsDefinition
addToView string
userState object
Résultat void

UpdateContentTypeXmlDocumentAsync() public méthode

public UpdateContentTypeXmlDocumentAsync ( string listName, string contentTypeId, System newDocument ) : void
listName string
contentTypeId string
newDocument System
Résultat void

UpdateContentTypeXmlDocumentAsync() public méthode

public UpdateContentTypeXmlDocumentAsync ( string listName, string contentTypeId, System newDocument, object userState ) : void
listName string
contentTypeId string
newDocument System
userState object
Résultat void

UpdateContentTypesXmlDocumentAsync() public méthode

public UpdateContentTypesXmlDocumentAsync ( string listName, UpdateContentTypesXmlDocumentNewDocument newDocument ) : void
listName string
newDocument UpdateContentTypesXmlDocumentNewDocument
Résultat void

UpdateContentTypesXmlDocumentAsync() public méthode

public UpdateContentTypesXmlDocumentAsync ( string listName, UpdateContentTypesXmlDocumentNewDocument newDocument, object userState ) : void
listName string
newDocument UpdateContentTypesXmlDocumentNewDocument
userState object
Résultat void

UpdateListAsync() public méthode

public UpdateListAsync ( string listName, UpdateListListProperties listProperties, UpdateListFieldsRequest newFields, UpdateListFieldsRequest updateFields, UpdateListFieldsRequest deleteFields, string listVersion ) : void
listName string
listProperties UpdateListListProperties
newFields UpdateListFieldsRequest
updateFields UpdateListFieldsRequest
deleteFields UpdateListFieldsRequest
listVersion string
Résultat void

UpdateListAsync() public méthode

public UpdateListAsync ( string listName, UpdateListListProperties listProperties, UpdateListFieldsRequest newFields, UpdateListFieldsRequest updateFields, UpdateListFieldsRequest deleteFields, string listVersion, object userState ) : void
listName string
listProperties UpdateListListProperties
newFields UpdateListFieldsRequest
updateFields UpdateListFieldsRequest
deleteFields UpdateListFieldsRequest
listVersion string
userState object
Résultat void

UpdateListItemsAsync() public méthode

public UpdateListItemsAsync ( string listName, UpdateListItemsUpdates updates ) : void
listName string
updates UpdateListItemsUpdates
Résultat void

UpdateListItemsAsync() public méthode

public UpdateListItemsAsync ( string listName, UpdateListItemsUpdates updates, object userState ) : void
listName string
updates UpdateListItemsUpdates
userState object
Résultat void

UpdateListItemsWithKnowledgeAsync() public méthode

public UpdateListItemsWithKnowledgeAsync ( string listName, UpdateListItemsWithKnowledgeUpdates updates, string syncScope, System knowledge ) : void
listName string
updates UpdateListItemsWithKnowledgeUpdates
syncScope string
knowledge System
Résultat void

UpdateListItemsWithKnowledgeAsync() public méthode

public UpdateListItemsWithKnowledgeAsync ( string listName, UpdateListItemsWithKnowledgeUpdates updates, string syncScope, System knowledge, object userState ) : void
listName string
updates UpdateListItemsWithKnowledgeUpdates
syncScope string
knowledge System
userState object
Résultat void