Property SourceUri
SourceUri
Gets or sets an optional URI for the document source.
public string SourceUri { get; set; }
Property Value
- string
The source URI string, or
nullif not specified.
Remarks
Use this property to store a URL, file path, or other URI that allows users to locate or access the original document. This URI is included in DocumentReference instances returned by query operations.