C# 클래스 Microsoft.Protocols.TestSuites.Common.ListsSoap

상속: System.Web.Services.Protocols.SoapHttpClientProtocol
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AddAttachmentAsync() 공개 메소드

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

AddAttachmentAsync() 공개 메소드

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

AddDiscussionBoardItemAsync() 공개 메소드

public AddDiscussionBoardItemAsync ( string listName, byte message ) : void
listName string
message byte
리턴 void

AddDiscussionBoardItemAsync() 공개 메소드

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

AddListAsync() 공개 메소드

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

AddListAsync() 공개 메소드

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

AddListFromFeatureAsync() 공개 메소드

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

AddListFromFeatureAsync() 공개 메소드

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

AddWikiPageAsync() 공개 메소드

public AddWikiPageAsync ( string strListName, string listRelPageUrl, string wikiContent ) : void
strListName string
listRelPageUrl string
wikiContent string
리턴 void

AddWikiPageAsync() 공개 메소드

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

ApplyContentTypeToListAsync() 공개 메소드

public ApplyContentTypeToListAsync ( string webUrl, string contentTypeId, string listName ) : void
webUrl string
contentTypeId string
listName string
리턴 void

ApplyContentTypeToListAsync() 공개 메소드

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

BeginAddAttachment() 공개 메소드

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
리턴 System.IAsyncResult

BeginAddDiscussionBoardItem() 공개 메소드

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

BeginAddList() 공개 메소드

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

BeginAddListFromFeature() 공개 메소드

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
리턴 System.IAsyncResult

BeginAddWikiPage() 공개 메소드

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

BeginApplyContentTypeToList() 공개 메소드

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

BeginCheckInFile() 공개 메소드

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

BeginCheckOutFile() 공개 메소드

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

BeginCreateContentType() 공개 메소드

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
리턴 System.IAsyncResult

BeginDeleteAttachment() 공개 메소드

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

BeginDeleteContentType() 공개 메소드

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

BeginDeleteContentTypeXmlDocument() 공개 메소드

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

BeginDeleteList() 공개 메소드

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

BeginGetAttachmentCollection() 공개 메소드

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

BeginGetList() 공개 메소드

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

BeginGetListAndView() 공개 메소드

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

BeginGetListCollection() 공개 메소드

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

BeginGetListContentType() 공개 메소드

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

BeginGetListContentTypes() 공개 메소드

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

BeginGetListContentTypesAndProperties() 공개 메소드

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
리턴 System.IAsyncResult

BeginGetListItemChanges() 공개 메소드

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
리턴 System.IAsyncResult

BeginGetListItemChangesSinceToken() 공개 메소드

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
리턴 System.IAsyncResult

BeginGetListItemChangesWithKnowledge() 공개 메소드

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
리턴 System.IAsyncResult

BeginGetListItems() 공개 메소드

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
리턴 System.IAsyncResult

BeginGetVersionCollection() 공개 메소드

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

BeginUndoCheckOut() 공개 메소드

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

BeginUpdateContentType() 공개 메소드

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
리턴 System.IAsyncResult

BeginUpdateContentTypeXmlDocument() 공개 메소드

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

BeginUpdateContentTypesXmlDocument() 공개 메소드

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

BeginUpdateList() 공개 메소드

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
리턴 System.IAsyncResult

BeginUpdateListItems() 공개 메소드

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

BeginUpdateListItemsWithKnowledge() 공개 메소드

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
리턴 System.IAsyncResult

CancelAsync() 공개 메소드

public CancelAsync ( object userState ) : void
userState object
리턴 void

CheckInFileAsync() 공개 메소드

public CheckInFileAsync ( string pageUrl, string comment, string CheckinType ) : void
pageUrl string
comment string
CheckinType string
리턴 void

CheckInFileAsync() 공개 메소드

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

CheckOutFileAsync() 공개 메소드

public CheckOutFileAsync ( string pageUrl, string checkoutToLocal, string lastmodified ) : void
pageUrl string
checkoutToLocal string
lastmodified string
리턴 void

CheckOutFileAsync() 공개 메소드

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

CreateContentTypeAsync() 공개 메소드

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
리턴 void

CreateContentTypeAsync() 공개 메소드

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
리턴 void

DeleteAttachmentAsync() 공개 메소드

public DeleteAttachmentAsync ( string listName, string listItemID, string url ) : void
listName string
listItemID string
url string
리턴 void

DeleteAttachmentAsync() 공개 메소드

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

DeleteContentTypeAsync() 공개 메소드

public DeleteContentTypeAsync ( string listName, string contentTypeId ) : void
listName string
contentTypeId string
리턴 void

DeleteContentTypeAsync() 공개 메소드

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

DeleteContentTypeXmlDocumentAsync() 공개 메소드

public DeleteContentTypeXmlDocumentAsync ( string listName, string contentTypeId, string documentUri ) : void
listName string
contentTypeId string
documentUri string
리턴 void

DeleteContentTypeXmlDocumentAsync() 공개 메소드

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

DeleteListAsync() 공개 메소드

public DeleteListAsync ( string listName ) : void
listName string
리턴 void

DeleteListAsync() 공개 메소드

public DeleteListAsync ( string listName, object userState ) : void
listName string
userState object
리턴 void

EndAddAttachment() 공개 메소드

public EndAddAttachment ( System asyncResult ) : string
asyncResult System
리턴 string

EndAddDiscussionBoardItem() 공개 메소드

public EndAddDiscussionBoardItem ( System asyncResult ) : AddDiscussionBoardItemResponseAddDiscussionBoardItemResult
asyncResult System
리턴 AddDiscussionBoardItemResponseAddDiscussionBoardItemResult

EndAddList() 공개 메소드

public EndAddList ( System asyncResult ) : AddListResponseAddListResult
asyncResult System
리턴 AddListResponseAddListResult

EndAddListFromFeature() 공개 메소드

public EndAddListFromFeature ( System asyncResult ) : AddListFromFeatureResponseAddListFromFeatureResult
asyncResult System
리턴 AddListFromFeatureResponseAddListFromFeatureResult

EndAddWikiPage() 공개 메소드

public EndAddWikiPage ( System asyncResult ) : AddWikiPageResponseAddWikiPageResult
asyncResult System
리턴 AddWikiPageResponseAddWikiPageResult

EndApplyContentTypeToList() 공개 메소드

public EndApplyContentTypeToList ( System asyncResult ) : ApplyContentTypeToListResponseApplyContentTypeToListResult
asyncResult System
리턴 ApplyContentTypeToListResponseApplyContentTypeToListResult

EndCheckInFile() 공개 메소드

public EndCheckInFile ( System asyncResult ) : bool
asyncResult System
리턴 bool

EndCheckOutFile() 공개 메소드

public EndCheckOutFile ( System asyncResult ) : bool
asyncResult System
리턴 bool

EndCreateContentType() 공개 메소드

public EndCreateContentType ( System asyncResult ) : string
asyncResult System
리턴 string

EndDeleteAttachment() 공개 메소드

public EndDeleteAttachment ( System asyncResult ) : void
asyncResult System
리턴 void

EndDeleteContentType() 공개 메소드

public EndDeleteContentType ( System asyncResult ) : DeleteContentTypeResponseDeleteContentTypeResult
asyncResult System
리턴 DeleteContentTypeResponseDeleteContentTypeResult

EndDeleteContentTypeXmlDocument() 공개 메소드

public EndDeleteContentTypeXmlDocument ( System asyncResult ) : DeleteContentTypeXmlDocumentResponseDeleteContentTypeXmlDocumentResult
asyncResult System
리턴 DeleteContentTypeXmlDocumentResponseDeleteContentTypeXmlDocumentResult

EndDeleteList() 공개 메소드

public EndDeleteList ( System asyncResult ) : void
asyncResult System
리턴 void

EndGetAttachmentCollection() 공개 메소드

public EndGetAttachmentCollection ( System asyncResult ) : GetAttachmentCollectionResponseGetAttachmentCollectionResult
asyncResult System
리턴 GetAttachmentCollectionResponseGetAttachmentCollectionResult

EndGetList() 공개 메소드

public EndGetList ( System asyncResult ) : GetListResponseGetListResult
asyncResult System
리턴 GetListResponseGetListResult

EndGetListAndView() 공개 메소드

public EndGetListAndView ( System asyncResult ) : GetListAndViewResponseGetListAndViewResult
asyncResult System
리턴 GetListAndViewResponseGetListAndViewResult

EndGetListCollection() 공개 메소드

public EndGetListCollection ( System asyncResult ) : GetListCollectionResponseGetListCollectionResult
asyncResult System
리턴 GetListCollectionResponseGetListCollectionResult

EndGetListContentType() 공개 메소드

public EndGetListContentType ( System asyncResult ) : GetListContentTypeResponseGetListContentTypeResult
asyncResult System
리턴 GetListContentTypeResponseGetListContentTypeResult

EndGetListContentTypes() 공개 메소드

public EndGetListContentTypes ( System asyncResult ) : GetListContentTypesResponseGetListContentTypesResult
asyncResult System
리턴 GetListContentTypesResponseGetListContentTypesResult

EndGetListContentTypesAndProperties() 공개 메소드

public EndGetListContentTypesAndProperties ( System asyncResult ) : GetListContentTypesAndPropertiesResponseGetListContentTypesAndPropertiesResult
asyncResult System
리턴 GetListContentTypesAndPropertiesResponseGetListContentTypesAndPropertiesResult

EndGetListItemChanges() 공개 메소드

public EndGetListItemChanges ( System asyncResult ) : GetListItemChangesResponseGetListItemChangesResult
asyncResult System
리턴 GetListItemChangesResponseGetListItemChangesResult

EndGetListItemChangesSinceToken() 공개 메소드

public EndGetListItemChangesSinceToken ( System asyncResult ) : GetListItemChangesSinceTokenResponseGetListItemChangesSinceTokenResult
asyncResult System
리턴 GetListItemChangesSinceTokenResponseGetListItemChangesSinceTokenResult

EndGetListItemChangesWithKnowledge() 공개 메소드

public EndGetListItemChangesWithKnowledge ( System asyncResult ) : GetListItemChangesWithKnowledgeResponseGetListItemChangesWithKnowledgeResult
asyncResult System
리턴 GetListItemChangesWithKnowledgeResponseGetListItemChangesWithKnowledgeResult

EndGetListItems() 공개 메소드

public EndGetListItems ( System asyncResult ) : GetListItemsResponseGetListItemsResult
asyncResult System
리턴 GetListItemsResponseGetListItemsResult

EndGetVersionCollection() 공개 메소드

public EndGetVersionCollection ( System asyncResult ) : GetVersionCollectionResponseGetVersionCollectionResult
asyncResult System
리턴 GetVersionCollectionResponseGetVersionCollectionResult

EndUndoCheckOut() 공개 메소드

public EndUndoCheckOut ( System asyncResult ) : bool
asyncResult System
리턴 bool

EndUpdateContentType() 공개 메소드

public EndUpdateContentType ( System asyncResult ) : UpdateContentTypeResponseUpdateContentTypeResult
asyncResult System
리턴 UpdateContentTypeResponseUpdateContentTypeResult

EndUpdateContentTypeXmlDocument() 공개 메소드

public EndUpdateContentTypeXmlDocument ( System asyncResult ) : System.Xml.XmlNode
asyncResult System
리턴 System.Xml.XmlNode

EndUpdateContentTypesXmlDocument() 공개 메소드

public EndUpdateContentTypesXmlDocument ( System asyncResult ) : UpdateContentTypesXmlDocumentResponseUpdateContentTypesXmlDocumentResult
asyncResult System
리턴 UpdateContentTypesXmlDocumentResponseUpdateContentTypesXmlDocumentResult

EndUpdateList() 공개 메소드

public EndUpdateList ( System asyncResult ) : UpdateListResponseUpdateListResult
asyncResult System
리턴 UpdateListResponseUpdateListResult

EndUpdateListItems() 공개 메소드

public EndUpdateListItems ( System asyncResult ) : UpdateListItemsResponseUpdateListItemsResult
asyncResult System
리턴 UpdateListItemsResponseUpdateListItemsResult

EndUpdateListItemsWithKnowledge() 공개 메소드

public EndUpdateListItemsWithKnowledge ( System asyncResult ) : UpdateListItemsWithKnowledgeResponseUpdateListItemsWithKnowledgeResult
asyncResult System
리턴 UpdateListItemsWithKnowledgeResponseUpdateListItemsWithKnowledgeResult

GetAttachmentCollectionAsync() 공개 메소드

public GetAttachmentCollectionAsync ( string listName, string listItemID ) : void
listName string
listItemID string
리턴 void

GetAttachmentCollectionAsync() 공개 메소드

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

GetListAndViewAsync() 공개 메소드

public GetListAndViewAsync ( string listName, string viewName ) : void
listName string
viewName string
리턴 void

GetListAndViewAsync() 공개 메소드

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

GetListAsync() 공개 메소드

public GetListAsync ( string listName ) : void
listName string
리턴 void

GetListAsync() 공개 메소드

public GetListAsync ( string listName, object userState ) : void
listName string
userState object
리턴 void

GetListCollectionAsync() 공개 메소드

public GetListCollectionAsync ( ) : void
리턴 void

GetListCollectionAsync() 공개 메소드

public GetListCollectionAsync ( object userState ) : void
userState object
리턴 void

GetListContentTypeAsync() 공개 메소드

public GetListContentTypeAsync ( string listName, string contentTypeId ) : void
listName string
contentTypeId string
리턴 void

GetListContentTypeAsync() 공개 메소드

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

GetListContentTypesAndPropertiesAsync() 공개 메소드

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

GetListContentTypesAndPropertiesAsync() 공개 메소드

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
리턴 void

GetListContentTypesAsync() 공개 메소드

public GetListContentTypesAsync ( string listName, string contentTypeId ) : void
listName string
contentTypeId string
리턴 void

GetListContentTypesAsync() 공개 메소드

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

GetListItemChangesAsync() 공개 메소드

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

GetListItemChangesAsync() 공개 메소드

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

GetListItemChangesSinceTokenAsync() 공개 메소드

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
리턴 void

GetListItemChangesSinceTokenAsync() 공개 메소드

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
리턴 void

GetListItemChangesWithKnowledgeAsync() 공개 메소드

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
리턴 void

GetListItemChangesWithKnowledgeAsync() 공개 메소드

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
리턴 void

GetListItemsAsync() 공개 메소드

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
리턴 void

GetListItemsAsync() 공개 메소드

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
리턴 void

GetVersionCollectionAsync() 공개 메소드

public GetVersionCollectionAsync ( string strlistID, string strlistItemID, string strFieldName ) : void
strlistID string
strlistItemID string
strFieldName string
리턴 void

GetVersionCollectionAsync() 공개 메소드

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

ListsSoap() 공개 메소드

public ListsSoap ( ) : System
리턴 System

UndoCheckOutAsync() 공개 메소드

public UndoCheckOutAsync ( string pageUrl ) : void
pageUrl string
리턴 void

UndoCheckOutAsync() 공개 메소드

public UndoCheckOutAsync ( string pageUrl, object userState ) : void
pageUrl string
userState object
리턴 void

UpdateContentTypeAsync() 공개 메소드

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
리턴 void

UpdateContentTypeAsync() 공개 메소드

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
리턴 void

UpdateContentTypeXmlDocumentAsync() 공개 메소드

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

UpdateContentTypeXmlDocumentAsync() 공개 메소드

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

UpdateContentTypesXmlDocumentAsync() 공개 메소드

public UpdateContentTypesXmlDocumentAsync ( string listName, UpdateContentTypesXmlDocumentNewDocument newDocument ) : void
listName string
newDocument UpdateContentTypesXmlDocumentNewDocument
리턴 void

UpdateContentTypesXmlDocumentAsync() 공개 메소드

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

UpdateListAsync() 공개 메소드

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
리턴 void

UpdateListAsync() 공개 메소드

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
리턴 void

UpdateListItemsAsync() 공개 메소드

public UpdateListItemsAsync ( string listName, UpdateListItemsUpdates updates ) : void
listName string
updates UpdateListItemsUpdates
리턴 void

UpdateListItemsAsync() 공개 메소드

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

UpdateListItemsWithKnowledgeAsync() 공개 메소드

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

UpdateListItemsWithKnowledgeAsync() 공개 메소드

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