Share via


RemoteFileActionEntity.SourceUri Property

Definition

Gets the URI of the remote file.

public:
 property Uri ^ SourceUri { Uri ^ get(); };
Uri SourceUri();
public System.Uri SourceUri { get; }
var uri = remoteFileActionEntity.sourceUri;
Public ReadOnly Property SourceUri As Uri

Property Value

The URI of the remote file.

Remarks

Some cloud storage providers may use the FileId value instead.

Applies to