 | UploadWarningCollectionWasTitleDeleted Property |
This is preliminary documentation and is subject to change.
The file with the specified title was previously deleted. (was-deleted)
Namespace: WikiClientLibrary.FilesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic bool WasTitleDeleted { get; }
Public ReadOnly Property WasTitleDeleted As Boolean
Get
Dim instance As UploadWarningCollection
Dim value As Boolean
value = instance.WasTitleDeleted
public:
property bool WasTitleDeleted {
bool get ();
}
member WasTitleDeleted : bool with get
Property Value
Boolean
See Also