RemoteFileActionEntity.FileId Property
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.
Gets the identifier of the remote file.
public:
property Platform::String ^ FileId { Platform::String ^ get(); };
winrt::hstring FileId();
public string FileId { get; }
var string = remoteFileActionEntity.fileId;
Public ReadOnly Property FileId As String
Property Value
The identifier of the remote file. Some cloud storage providers may use the sourceUri parameter instead.
Remarks
Some cloud storage providers may use the SourceUri value instead.