| ExternalFileUploadSourceSourceUrl Property |
This is preliminary documentation and is subject to change.
The URL of the file to be uploaded.
Namespace: WikiClientLibrary.FilesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public virtual string SourceUrl { get; }
Public Overridable ReadOnly Property SourceUrl As String
Get
Dim instance As ExternalFileUploadSource
Dim value As String
value = instance.SourceUrl
public:
virtual property String^ SourceUrl {
String^ get ();
}
abstract SourceUrl : string with get
override SourceUrl : string with get
Property Value
StringSee Also