RemoteFileKind Enum
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.
Specifies the kind of a remote file.
public enum class RemoteFileKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.Actions.ActionsContract, 131072)]
enum class RemoteFileKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.Actions.ActionsContract), 131072)]
public enum RemoteFileKind
var value = Windows.AI.Actions.RemoteFileKind.document
Public Enum RemoteFileKind
- Inheritance
-
RemoteFileKind
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.26100.0)
|
API contract |
Windows.AI.Actions.ActionsContract (introduced in v4.0)
|
Fields
Name | Value | Description |
---|---|---|
Document | 0 | Document. |
Photo | 1 | Photo. |
File | 2 | File. |