ParseFile PropertiesParse

The ParseFile type exposes the following members.

Properties

  NameDescription
Public propertyIsDirty
Gets whether the file still needs to be saved.
Public propertyMimeType
Gets the MIME type of the file. This is either passed in to the constructor or inferred from the file extension. "unknown/unknown" will be used if neither is available.
Public propertyName
Gets the name of the file. Before save is called, this is the filename given by the user. After save is called, that name gets prefixed with a unique identifier.
Public propertyUrl
Gets the url of the file. It is only available after you save the file or after you get the file from a ParseObject.
Top
See Also

Reference