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

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method 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

Method 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 method

public AddAttachmentAsync ( string listName, string listItemID, string fileName, byte attachment ) : void
listName string
listItemID string
fileName string
attachment byte
return void

AddAttachmentAsync() public method

public AddAttachmentAsync ( string listName, string listItemID, string fileName, byte attachment, object userState ) : void
listName string
listItemID string
fileName string
attachment byte
userState object
return void

AddDiscussionBoardItemAsync() public method

public AddDiscussionBoardItemAsync ( string listName, byte message ) : void
listName string
message byte
return void

AddDiscussionBoardItemAsync() public method

public AddDiscussionBoardItemAsync ( string listName, byte message, object userState ) : void
listName string
message byte
userState object
return void

AddListAsync() public method

public AddListAsync ( string listName, string description, int templateID ) : void
listName string
description string
templateID int
return void

AddListAsync() public method

public AddListAsync ( string listName, string description, int templateID, object userState ) : void
listName string
description string
templateID int
userState object
return void

AddListFromFeatureAsync() public method

public AddListFromFeatureAsync ( string listName, string description, string featureID, int templateID ) : void
listName string
description string
featureID string
templateID int
return void

AddListFromFeatureAsync() public method

public AddListFromFeatureAsync ( string listName, string description, string featureID, int templateID, object userState ) : void
listName string
description string
featureID string
templateID int
userState object
return void

AddWikiPageAsync() public method

public AddWikiPageAsync ( string strListName, string listRelPageUrl, string wikiContent ) : void
strListName string
listRelPageUrl string
wikiContent string
return void

AddWikiPageAsync() public method

public AddWikiPageAsync ( string strListName, string listRelPageUrl, string wikiContent, object userState ) : void
strListName string
listRelPageUrl string
wikiContent string
userState object
return void

ApplyContentTypeToListAsync() public method

public ApplyContentTypeToListAsync ( string webUrl, string contentTypeId, string listName ) : void
webUrl string
contentTypeId string
listName string
return void

ApplyContentTypeToListAsync() public method

public ApplyContentTypeToListAsync ( string webUrl, string contentTypeId, string listName, object userState ) : void
webUrl string
contentTypeId string
listName string
userState object
return void

BeginAddAttachment() public method

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
return System.IAsyncResult

BeginAddDiscussionBoardItem() public method

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

BeginAddList() public method

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

BeginAddListFromFeature() public method

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
return System.IAsyncResult

BeginAddWikiPage() public method

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

BeginApplyContentTypeToList() public method

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

BeginCheckInFile() public method

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

BeginCheckOutFile() public method

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

BeginCreateContentType() public method

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
return System.IAsyncResult

BeginDeleteAttachment() public method

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

BeginDeleteContentType() public method

public BeginDeleteContentType ( string listName, string contentTypeId, System callback, object asyncState ) : System.IAsyncResult
listName string
contentTypeId string
callback System
asyncState object
return System.IAsyncResult

BeginDeleteContentTypeXmlDocument() public method

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

BeginDeleteList() public method

public BeginDeleteList ( string listName, System callback, object asyncState ) : System.IAsyncResult
listName string
callback System
asyncState object
return System.IAsyncResult

BeginGetAttachmentCollection() public method

public BeginGetAttachmentCollection ( string listName, string listItemID, System callback, object asyncState ) : System.IAsyncResult
listName string
listItemID string
callback System
asyncState object
return System.IAsyncResult

BeginGetList() public method

public BeginGetList ( string listName, System callback, object asyncState ) : System.IAsyncResult
listName string
callback System
asyncState object
return System.IAsyncResult

BeginGetListAndView() public method

public BeginGetListAndView ( string listName, string viewName, System callback, object asyncState ) : System.IAsyncResult
listName string
viewName string
callback System
asyncState object
return System.IAsyncResult

BeginGetListCollection() public method

public BeginGetListCollection ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

BeginGetListContentType() public method

public BeginGetListContentType ( string listName, string contentTypeId, System callback, object asyncState ) : System.IAsyncResult
listName string
contentTypeId string
callback System
asyncState object
return System.IAsyncResult

BeginGetListContentTypes() public method

public BeginGetListContentTypes ( string listName, string contentTypeId, System callback, object asyncState ) : System.IAsyncResult
listName string
contentTypeId string
callback System
asyncState object
return System.IAsyncResult

BeginGetListContentTypesAndProperties() public method

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
return System.IAsyncResult

BeginGetListItemChanges() public method

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
return System.IAsyncResult

BeginGetListItemChangesSinceToken() public method

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
return System.IAsyncResult

BeginGetListItemChangesWithKnowledge() public method

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
return System.IAsyncResult

BeginGetListItems() public method

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
return System.IAsyncResult

BeginGetVersionCollection() public method

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

BeginUndoCheckOut() public method

public BeginUndoCheckOut ( string pageUrl, System callback, object asyncState ) : System.IAsyncResult
pageUrl string
callback System
asyncState object
return System.IAsyncResult

BeginUpdateContentType() public method

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
return System.IAsyncResult

BeginUpdateContentTypeXmlDocument() public method

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

BeginUpdateContentTypesXmlDocument() public method

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

BeginUpdateList() public method

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
return System.IAsyncResult

BeginUpdateListItems() public method

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

BeginUpdateListItemsWithKnowledge() public method

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
return System.IAsyncResult

CancelAsync() public method

public CancelAsync ( object userState ) : void
userState object
return void

CheckInFileAsync() public method

public CheckInFileAsync ( string pageUrl, string comment, string CheckinType ) : void
pageUrl string
comment string
CheckinType string
return void

CheckInFileAsync() public method

public CheckInFileAsync ( string pageUrl, string comment, string CheckinType, object userState ) : void
pageUrl string
comment string
CheckinType string
userState object
return void

CheckOutFileAsync() public method

public CheckOutFileAsync ( string pageUrl, string checkoutToLocal, string lastmodified ) : void
pageUrl string
checkoutToLocal string
lastmodified string
return void

CheckOutFileAsync() public method

public CheckOutFileAsync ( string pageUrl, string checkoutToLocal, string lastmodified, object userState ) : void
pageUrl string
checkoutToLocal string
lastmodified string
userState object
return void

CreateContentTypeAsync() public method

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
return void

CreateContentTypeAsync() public method

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
return void

DeleteAttachmentAsync() public method

public DeleteAttachmentAsync ( string listName, string listItemID, string url ) : void
listName string
listItemID string
url string
return void

DeleteAttachmentAsync() public method

public DeleteAttachmentAsync ( string listName, string listItemID, string url, object userState ) : void
listName string
listItemID string
url string
userState object
return void

DeleteContentTypeAsync() public method

public DeleteContentTypeAsync ( string listName, string contentTypeId ) : void
listName string
contentTypeId string
return void

DeleteContentTypeAsync() public method

public DeleteContentTypeAsync ( string listName, string contentTypeId, object userState ) : void
listName string
contentTypeId string
userState object
return void

DeleteContentTypeXmlDocumentAsync() public method

public DeleteContentTypeXmlDocumentAsync ( string listName, string contentTypeId, string documentUri ) : void
listName string
contentTypeId string
documentUri string
return void

DeleteContentTypeXmlDocumentAsync() public method

public DeleteContentTypeXmlDocumentAsync ( string listName, string contentTypeId, string documentUri, object userState ) : void
listName string
contentTypeId string
documentUri string
userState object
return void

DeleteListAsync() public method

public DeleteListAsync ( string listName ) : void
listName string
return void

DeleteListAsync() public method

public DeleteListAsync ( string listName, object userState ) : void
listName string
userState object
return void

EndAddAttachment() public method

public EndAddAttachment ( System asyncResult ) : string
asyncResult System
return string

EndAddDiscussionBoardItem() public method

public EndAddDiscussionBoardItem ( System asyncResult ) : AddDiscussionBoardItemResponseAddDiscussionBoardItemResult
asyncResult System
return AddDiscussionBoardItemResponseAddDiscussionBoardItemResult

EndAddList() public method

public EndAddList ( System asyncResult ) : AddListResponseAddListResult
asyncResult System
return AddListResponseAddListResult

EndAddListFromFeature() public method

public EndAddListFromFeature ( System asyncResult ) : AddListFromFeatureResponseAddListFromFeatureResult
asyncResult System
return AddListFromFeatureResponseAddListFromFeatureResult

EndAddWikiPage() public method

public EndAddWikiPage ( System asyncResult ) : AddWikiPageResponseAddWikiPageResult
asyncResult System
return AddWikiPageResponseAddWikiPageResult

EndApplyContentTypeToList() public method

public EndApplyContentTypeToList ( System asyncResult ) : ApplyContentTypeToListResponseApplyContentTypeToListResult
asyncResult System
return ApplyContentTypeToListResponseApplyContentTypeToListResult

EndCheckInFile() public method

public EndCheckInFile ( System asyncResult ) : bool
asyncResult System
return bool

EndCheckOutFile() public method

public EndCheckOutFile ( System asyncResult ) : bool
asyncResult System
return bool

EndCreateContentType() public method

public EndCreateContentType ( System asyncResult ) : string
asyncResult System
return string

EndDeleteAttachment() public method

public EndDeleteAttachment ( System asyncResult ) : void
asyncResult System
return void

EndDeleteContentType() public method

public EndDeleteContentType ( System asyncResult ) : DeleteContentTypeResponseDeleteContentTypeResult
asyncResult System
return DeleteContentTypeResponseDeleteContentTypeResult

EndDeleteContentTypeXmlDocument() public method

public EndDeleteContentTypeXmlDocument ( System asyncResult ) : DeleteContentTypeXmlDocumentResponseDeleteContentTypeXmlDocumentResult
asyncResult System
return DeleteContentTypeXmlDocumentResponseDeleteContentTypeXmlDocumentResult

EndDeleteList() public method

public EndDeleteList ( System asyncResult ) : void
asyncResult System
return void

EndGetAttachmentCollection() public method

public EndGetAttachmentCollection ( System asyncResult ) : GetAttachmentCollectionResponseGetAttachmentCollectionResult
asyncResult System
return GetAttachmentCollectionResponseGetAttachmentCollectionResult

EndGetList() public method

public EndGetList ( System asyncResult ) : GetListResponseGetListResult
asyncResult System
return GetListResponseGetListResult

EndGetListAndView() public method

public EndGetListAndView ( System asyncResult ) : GetListAndViewResponseGetListAndViewResult
asyncResult System
return GetListAndViewResponseGetListAndViewResult

EndGetListCollection() public method

public EndGetListCollection ( System asyncResult ) : GetListCollectionResponseGetListCollectionResult
asyncResult System
return GetListCollectionResponseGetListCollectionResult

EndGetListContentType() public method

public EndGetListContentType ( System asyncResult ) : GetListContentTypeResponseGetListContentTypeResult
asyncResult System
return GetListContentTypeResponseGetListContentTypeResult

EndGetListContentTypes() public method

public EndGetListContentTypes ( System asyncResult ) : GetListContentTypesResponseGetListContentTypesResult
asyncResult System
return GetListContentTypesResponseGetListContentTypesResult

EndGetListContentTypesAndProperties() public method

public EndGetListContentTypesAndProperties ( System asyncResult ) : GetListContentTypesAndPropertiesResponseGetListContentTypesAndPropertiesResult
asyncResult System
return GetListContentTypesAndPropertiesResponseGetListContentTypesAndPropertiesResult

EndGetListItemChanges() public method

public EndGetListItemChanges ( System asyncResult ) : GetListItemChangesResponseGetListItemChangesResult
asyncResult System
return GetListItemChangesResponseGetListItemChangesResult

EndGetListItemChangesSinceToken() public method

public EndGetListItemChangesSinceToken ( System asyncResult ) : GetListItemChangesSinceTokenResponseGetListItemChangesSinceTokenResult
asyncResult System
return GetListItemChangesSinceTokenResponseGetListItemChangesSinceTokenResult

EndGetListItemChangesWithKnowledge() public method

public EndGetListItemChangesWithKnowledge ( System asyncResult ) : GetListItemChangesWithKnowledgeResponseGetListItemChangesWithKnowledgeResult
asyncResult System
return GetListItemChangesWithKnowledgeResponseGetListItemChangesWithKnowledgeResult

EndGetListItems() public method

public EndGetListItems ( System asyncResult ) : GetListItemsResponseGetListItemsResult
asyncResult System
return GetListItemsResponseGetListItemsResult

EndGetVersionCollection() public method

public EndGetVersionCollection ( System asyncResult ) : GetVersionCollectionResponseGetVersionCollectionResult
asyncResult System
return GetVersionCollectionResponseGetVersionCollectionResult

EndUndoCheckOut() public method

public EndUndoCheckOut ( System asyncResult ) : bool
asyncResult System
return bool

EndUpdateContentType() public method

public EndUpdateContentType ( System asyncResult ) : UpdateContentTypeResponseUpdateContentTypeResult
asyncResult System
return UpdateContentTypeResponseUpdateContentTypeResult

EndUpdateContentTypeXmlDocument() public method

public EndUpdateContentTypeXmlDocument ( System asyncResult ) : System.Xml.XmlNode
asyncResult System
return System.Xml.XmlNode

EndUpdateContentTypesXmlDocument() public method

public EndUpdateContentTypesXmlDocument ( System asyncResult ) : UpdateContentTypesXmlDocumentResponseUpdateContentTypesXmlDocumentResult
asyncResult System
return UpdateContentTypesXmlDocumentResponseUpdateContentTypesXmlDocumentResult

EndUpdateList() public method

public EndUpdateList ( System asyncResult ) : UpdateListResponseUpdateListResult
asyncResult System
return UpdateListResponseUpdateListResult

EndUpdateListItems() public method

public EndUpdateListItems ( System asyncResult ) : UpdateListItemsResponseUpdateListItemsResult
asyncResult System
return UpdateListItemsResponseUpdateListItemsResult

EndUpdateListItemsWithKnowledge() public method

public EndUpdateListItemsWithKnowledge ( System asyncResult ) : UpdateListItemsWithKnowledgeResponseUpdateListItemsWithKnowledgeResult
asyncResult System
return UpdateListItemsWithKnowledgeResponseUpdateListItemsWithKnowledgeResult

GetAttachmentCollectionAsync() public method

public GetAttachmentCollectionAsync ( string listName, string listItemID ) : void
listName string
listItemID string
return void

GetAttachmentCollectionAsync() public method

public GetAttachmentCollectionAsync ( string listName, string listItemID, object userState ) : void
listName string
listItemID string
userState object
return void

GetListAndViewAsync() public method

public GetListAndViewAsync ( string listName, string viewName ) : void
listName string
viewName string
return void

GetListAndViewAsync() public method

public GetListAndViewAsync ( string listName, string viewName, object userState ) : void
listName string
viewName string
userState object
return void

GetListAsync() public method

public GetListAsync ( string listName ) : void
listName string
return void

GetListAsync() public method

public GetListAsync ( string listName, object userState ) : void
listName string
userState object
return void

GetListCollectionAsync() public method

public GetListCollectionAsync ( ) : void
return void

GetListCollectionAsync() public method

public GetListCollectionAsync ( object userState ) : void
userState object
return void

GetListContentTypeAsync() public method

public GetListContentTypeAsync ( string listName, string contentTypeId ) : void
listName string
contentTypeId string
return void

GetListContentTypeAsync() public method

public GetListContentTypeAsync ( string listName, string contentTypeId, object userState ) : void
listName string
contentTypeId string
userState object
return void

GetListContentTypesAndPropertiesAsync() public method

public GetListContentTypesAndPropertiesAsync ( string listName, string contentTypeId, string propertyPrefix, bool includeWebProperties, bool includeWebPropertiesSpecified ) : void
listName string
contentTypeId string
propertyPrefix string
includeWebProperties bool
includeWebPropertiesSpecified bool
return void

GetListContentTypesAndPropertiesAsync() public method

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
return void

GetListContentTypesAsync() public method

public GetListContentTypesAsync ( string listName, string contentTypeId ) : void
listName string
contentTypeId string
return void

GetListContentTypesAsync() public method

public GetListContentTypesAsync ( string listName, string contentTypeId, object userState ) : void
listName string
contentTypeId string
userState object
return void

GetListItemChangesAsync() public method

public GetListItemChangesAsync ( string listName, CamlViewFields viewFields, string since, CamlContains contains ) : void
listName string
viewFields CamlViewFields
since string
contains CamlContains
return void

GetListItemChangesAsync() public method

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

GetListItemChangesSinceTokenAsync() public method

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
return void

GetListItemChangesSinceTokenAsync() public method

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
return void

GetListItemChangesWithKnowledgeAsync() public method

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
return void

GetListItemChangesWithKnowledgeAsync() public method

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
return void

GetListItemsAsync() public method

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
return void

GetListItemsAsync() public method

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
return void

GetVersionCollectionAsync() public method

public GetVersionCollectionAsync ( string strlistID, string strlistItemID, string strFieldName ) : void
strlistID string
strlistItemID string
strFieldName string
return void

GetVersionCollectionAsync() public method

public GetVersionCollectionAsync ( string strlistID, string strlistItemID, string strFieldName, object userState ) : void
strlistID string
strlistItemID string
strFieldName string
userState object
return void

ListsSoap() public method

public ListsSoap ( ) : System
return System

UndoCheckOutAsync() public method

public UndoCheckOutAsync ( string pageUrl ) : void
pageUrl string
return void

UndoCheckOutAsync() public method

public UndoCheckOutAsync ( string pageUrl, object userState ) : void
pageUrl string
userState object
return void

UpdateContentTypeAsync() public method

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
return void

UpdateContentTypeAsync() public method

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
return void

UpdateContentTypeXmlDocumentAsync() public method

public UpdateContentTypeXmlDocumentAsync ( string listName, string contentTypeId, System newDocument ) : void
listName string
contentTypeId string
newDocument System
return void

UpdateContentTypeXmlDocumentAsync() public method

public UpdateContentTypeXmlDocumentAsync ( string listName, string contentTypeId, System newDocument, object userState ) : void
listName string
contentTypeId string
newDocument System
userState object
return void

UpdateContentTypesXmlDocumentAsync() public method

public UpdateContentTypesXmlDocumentAsync ( string listName, UpdateContentTypesXmlDocumentNewDocument newDocument ) : void
listName string
newDocument UpdateContentTypesXmlDocumentNewDocument
return void

UpdateContentTypesXmlDocumentAsync() public method

public UpdateContentTypesXmlDocumentAsync ( string listName, UpdateContentTypesXmlDocumentNewDocument newDocument, object userState ) : void
listName string
newDocument UpdateContentTypesXmlDocumentNewDocument
userState object
return void

UpdateListAsync() public method

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
return void

UpdateListAsync() public method

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
return void

UpdateListItemsAsync() public method

public UpdateListItemsAsync ( string listName, UpdateListItemsUpdates updates ) : void
listName string
updates UpdateListItemsUpdates
return void

UpdateListItemsAsync() public method

public UpdateListItemsAsync ( string listName, UpdateListItemsUpdates updates, object userState ) : void
listName string
updates UpdateListItemsUpdates
userState object
return void

UpdateListItemsWithKnowledgeAsync() public method

public UpdateListItemsWithKnowledgeAsync ( string listName, UpdateListItemsWithKnowledgeUpdates updates, string syncScope, System knowledge ) : void
listName string
updates UpdateListItemsWithKnowledgeUpdates
syncScope string
knowledge System
return void

UpdateListItemsWithKnowledgeAsync() public method

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