 | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic 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
String
See Also