| UploadResultFileKey Property |
This is preliminary documentation and is subject to change.
For
Warning and
Continue,
the file key to be passed into the next upload attempt.
Namespace: WikiClientLibrary.FilesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public string? FileKey { get; init; }
Public Property FileKey As String
Get
Set
Dim instance As UploadResult
Dim value As String
value = instance.FileKey
instance.FileKey = value
public:
property String^ FileKey {
String^ get ();
void set (String^ value);
}
member FileKey : string with get, set
Property Value
StringSee Also