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