FileOperationRequest.Builder.SetSource(OperationSource) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the source of the file operation.
[Android.Runtime.Register("setSource", "(Landroid/os/storage/operations/sources/OperationSource;)Landroid/os/storage/operations/FileOperationRequest$Builder;", "", ApiSince=37)]
public Android.OS.Storage.Operations.FileOperationRequest.Builder SetSource(Android.OS.Storage.Operations.Sources.OperationSource source);
[<Android.Runtime.Register("setSource", "(Landroid/os/storage/operations/sources/OperationSource;)Landroid/os/storage/operations/FileOperationRequest$Builder;", "", ApiSince=37)>]
member this.SetSource : Android.OS.Storage.Operations.Sources.OperationSource -> Android.OS.Storage.Operations.FileOperationRequest.Builder
Parameters
- source
- OperationSource
The OperationSource representing the files to be operated on. This value cannot be null.
Returns
This builder instance. This value cannot be null.
- Attributes
Remarks
Sets the source of the file operation.
Android reference for android.os.storage.operations.FileOperationRequest.Builder.setSource.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.