메소드 | 설명 | |
---|---|---|
BeginCopyIntoItems ( string SourceUrl, string DestinationUrls, |
||
BeginCopyIntoItemsLocal ( string SourceUrl, string DestinationUrls, System callback, object asyncState ) : System.IAsyncResult | ||
BeginGetItem ( string Url, System callback, object asyncState ) : System.IAsyncResult | ||
CancelAsync ( object userState ) : void | ||
CopyIntoItemsAsync ( string SourceUrl, string DestinationUrls, |
||
CopyIntoItemsAsync ( string SourceUrl, string DestinationUrls, |
||
CopyIntoItemsLocalAsync ( string SourceUrl, string DestinationUrls ) : void | ||
CopyIntoItemsLocalAsync ( string SourceUrl, string DestinationUrls, object userState ) : void | ||
CopySoap ( ) | ||
EndCopyIntoItems ( System asyncResult, |
||
EndCopyIntoItemsLocal ( System asyncResult, |
||
EndGetItem ( System asyncResult, |
||
GetItemAsync ( string Url ) : void | ||
GetItemAsync ( string Url, object userState ) : void |
메소드 | 설명 | |
---|---|---|
CopyIntoItems ( string SourceUrl, string DestinationUrls, [ IsNullable = false)]FieldInformation[]Fields, [ DataType = "base64Binary")]byte[]Stream, |
||
CopyIntoItemsLocal ( string SourceUrl, string DestinationUrls, |
||
GetItem ( string Url, [ IsNullable = false)]outFieldInformation[]Fields, [ DataType = "base64Binary")]outbyte[]Stream ) : uint | ||
OnCopyIntoItemsLocalOperationCompleted ( object arg ) : void | ||
OnCopyIntoItemsOperationCompleted ( object arg ) : void | ||
OnGetItemOperationCompleted ( object arg ) : void |
public BeginCopyIntoItems ( string SourceUrl, string DestinationUrls, |
||
SourceUrl | string | |
DestinationUrls | string | |
Fields | ||
Stream | byte | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public BeginCopyIntoItemsLocal ( string SourceUrl, string DestinationUrls, System callback, object asyncState ) : System.IAsyncResult | ||
SourceUrl | string | |
DestinationUrls | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public BeginGetItem ( string Url, System callback, object asyncState ) : System.IAsyncResult | ||
Url | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public CopyIntoItemsAsync ( string SourceUrl, string DestinationUrls, |
||
SourceUrl | string | |
DestinationUrls | string | |
Fields | ||
Stream | byte | |
리턴 | void |
public CopyIntoItemsAsync ( string SourceUrl, string DestinationUrls, |
||
SourceUrl | string | |
DestinationUrls | string | |
Fields | ||
Stream | byte | |
userState | object | |
리턴 | void |
public CopyIntoItemsLocalAsync ( string SourceUrl, string DestinationUrls ) : void | ||
SourceUrl | string | |
DestinationUrls | string | |
리턴 | void |
public CopyIntoItemsLocalAsync ( string SourceUrl, string DestinationUrls, object userState ) : void | ||
SourceUrl | string | |
DestinationUrls | string | |
userState | object | |
리턴 | void |
public EndCopyIntoItems ( System asyncResult, |
||
asyncResult | System | |
Results | ||
리턴 | uint |
public EndCopyIntoItemsLocal ( System asyncResult, |
||
asyncResult | System | |
Results | ||
리턴 | uint |
public EndGetItem ( System asyncResult, |
||
asyncResult | System | |
Fields | ||
Stream | byte | |
리턴 | uint |
public GetItemAsync ( string Url, object userState ) : void | ||
Url | string | |
userState | object | |
리턴 | void |