 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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