| UploadResultWarnings Property |
This is preliminary documentation and is subject to change.
Gets a collection of warnings resulted from this upload.
Namespace: WikiClientLibrary.FilesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public UploadWarningCollection Warnings { get; init; }
Public Property Warnings As UploadWarningCollection
Get
Set
Dim instance As UploadResult
Dim value As UploadWarningCollection
value = instance.Warnings
instance.Warnings = value
public:
property UploadWarningCollection^ Warnings {
UploadWarningCollection^ get ();
void set (UploadWarningCollection^ value);
}
member Warnings : UploadWarningCollection with get, set
Property Value
UploadWarningCollection
a read-only dictionary of warning code - context pairs.
The list is guaranteed not to be
null,
but it can be empty.
Remarks See Also