| -api-id | M:Windows.AI.Actions.ActionEntityFactory.CreateRemoteFileEntity(System.String,Windows.AI.Actions.RemoteFileKind,Windows.Foundation.Uri,System.String,System.String,System.String,System.String,System.String) |
|---|---|
| -api-type | winrt method |
Windows.AI.Actions.ActionEntityFactory.CreateRemoteFileEntity(System.String,Windows.AI.Actions.RemoteFileKind,Windows.Foundation.Uri,System.String,System.String,System.String,System.String,System.String)
Creates a new instance of RemoteFileActionEntity which enables actions to operate on files hosted by cloud storage providers.
The identifier of the cloud storage provider that hosts the remote file.
A member of the RemoteFileKind enumeration specifying the remote file kind.
The URI of the remote file. Optional. Some cloud storage providers may use the sourfileId parameter instead.
The identifier of the remote file. Optional. Some cloud storage providers may use the sourceUri parameter instead.
The MIME type of the remote file.
The identifier for the remote drive associated with the remote file.
The identifier of the cloud service account associated with the remote file. Optional.
The extension of the remote file.
A new RemoteFileActionEntity.
This method has parameters that represent values that are commonly used across different cloud providers. The implementation and behavior of these parameters will vary between providers. App action provider developers should consult the documentation for each supported cloud storage provider for usage information for these parameters.