Click or drag to resize

UploadWarningCollection Properties

This is preliminary documentation and is subject to change.

The UploadWarningCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the count of all properties.
(Inherited from WikiReadOnlyDictionary)
Public propertyDuplicateTitles The uploaded file has duplicate content to these titles. (duplicate)
Public propertyDuplicateVersions Uploaded file is duplicate of these versions. (duplicateversions)
Public propertyExistingAlternativeExtension File exists with different extension as the value of this property. (exists-normalized)
Public propertyIsBadFileName Target filename is invalid. (badfilename)
Public propertyIsEmptyFile The file content is empty. (emptyfile)
Public propertyIsUnwantedType The file type is of an unwanted type.
Public propertyItem Tries to get the value of the specified property.
(Inherited from WikiReadOnlyDictionary)
Public propertyKeysGets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
(Inherited from WikiReadOnlyDictionary)
Public propertyTitleExists A file with the same title already exists. (exists)
Public propertyValuesGets an ICollectionT containing the values in the IDictionaryTKey, TValue.
(Inherited from WikiReadOnlyDictionary)
Public propertyWasContentDeleted The file content is a duplicate of a deleted file. (duplicate-archive)
Public propertyWasTitleDeleted The file with the specified title was previously deleted. (was-deleted)
Top
See Also