Upload |
This is preliminary documentation and is subject to change.
The UploadWarningCollection type exposes the following members.
Name | Description | |
---|---|---|
UploadWarningCollection | Initializes a new instance of the UploadWarningCollection class |
Name | Description | |
---|---|---|
Count |
Gets the count of all properties.
(Inherited from WikiReadOnlyDictionary) | |
DuplicateTitles | The uploaded file has duplicate content to these titles. (duplicate) | |
DuplicateVersions | Uploaded file is duplicate of these versions. (duplicateversions) | |
ExistingAlternativeExtension | File exists with different extension as the value of this property. (exists-normalized) | |
IsBadFileName | Target filename is invalid. (badfilename) | |
IsEmptyFile | The file content is empty. (emptyfile) | |
IsUnwantedType | The file type is of an unwanted type. | |
Item |
Tries to get the value of the specified property.
(Inherited from WikiReadOnlyDictionary) | |
Keys | Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue. (Inherited from WikiReadOnlyDictionary) | |
TitleExists | A file with the same title already exists. (exists) | |
Values | Gets an ICollectionT containing the values in the IDictionaryTKey, TValue. (Inherited from WikiReadOnlyDictionary) | |
WasContentDeleted | The file content is a duplicate of a deleted file. (duplicate-archive) | |
WasTitleDeleted | The file with the specified title was previously deleted. (was-deleted) |
Name | Description | |
---|---|---|
ContainsKey | Determines whether the IDictionaryTKey, TValue contains an element with the specified key. (Inherited from WikiReadOnlyDictionary) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
FormatWarning | Try to convert the specified warning code and context into a user-friendly warning message. | |
GetBooleanValue |
Gets the Boolean value by property name.
(Inherited from WikiReadOnlyDictionary) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetInt32Value(String) |
Gets the Int32 value by property name.
This overload raises exception for missing key.
(Inherited from WikiReadOnlyDictionary) | |
GetInt32Value(String, Int32) |
Gets the Int32 value by property name.
A default value can be provided in case the specified key does not exist.
(Inherited from WikiReadOnlyDictionary) | |
GetInt64Value(String) |
Gets the Int64 value by property name.
This overload raises exception for missing key.
(Inherited from WikiReadOnlyDictionary) | |
GetInt64Value(String, Int64) |
Gets the Int64 value by property name.
A default value can be provided in case the specified key does not exist.
(Inherited from WikiReadOnlyDictionary) | |
GetStringValue |
Gets the String value by property name.
(Inherited from WikiReadOnlyDictionary) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
OnDeserialized | (Overrides WikiReadOnlyDictionaryOnDeserialized) | |
ToString |
Gets the formatted warning messages, one warning per line.
(Overrides ObjectToString) | |
TryGetValue | Gets the value associated with the specified key. (Inherited from WikiReadOnlyDictionary) |