Leadtools.SharePoint.Client Namespace : SharePointClientUploadCompletedEventArgs Class |
The following tables list the members exposed by SharePointClientUploadCompletedEventArgs.
Name | Description | |
---|---|---|
![]() | SharePointClientUploadCompletedEventArgs Constructor | Initializes a new instance of SharePointClientUploadCompletedEventArgs with the specified parameters. |
Name | Description | |
---|---|---|
![]() | Cancelled | Gets a value indicating whether an asynchronous operation has been canceled. (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |
![]() | DestinationPath | Gets the destination path on the SharePoint server. |
![]() | Error | Gets a value indicating which error occurred during an asynchronous operation. (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |
![]() | SiteUri | Gets the SharePoint server site URI. |
![]() | SourceFileName | Gets the source file name. |
![]() | SourceStream | Gets the source stream. |
![]() | UserState | Gets the unique identifier for the asynchronous task. (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |
Name | Description | |
---|---|---|
![]() | RaiseExceptionIfNecessary | Raises a user-supplied exception if an asynchronous operation failed. (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |