Click or drag to resize

UploadResultWarnings Property

This is preliminary documentation and is subject to change.

Gets a collection of warnings resulted from this upload.

Namespace: WikiClientLibrary.Files
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public UploadWarningCollection Warnings { get; init; }

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

You can use FormatWarning(String, JsonElement) to get user-friendly warning messages.

If you have suppressed warnings, the warnings will still be here, but ResultCode will be Success.

See Also