Share via


RemoteFileActionEntity.FileId Property

Definition

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

String

Platform::String

winrt::hstring

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.

Applies to