Click or drag to resize

PFFileReference Properties

The PFFileReference type exposes the following members.

Properties
  NameDescription
Public propertyApplicationGuid
Gets the parent application GUID.
(Inherited from PFItemReference.)
Public propertyApplicationId
Gets the parent application id.
(Inherited from PFItemReference.)
Public propertyContentTypeGuid
Gets the parent content-type GUID.
(Inherited from PFItemReference.)
Public propertyContentTypeId
Gets the parent content-type id.
(Inherited from PFItemReference.)
Public propertyFileGuid
Gets the file GUID.
Public propertyFileId
Gets the file id.
Public propertyItemGuid
Gets the item GUID.
(Inherited from PFItemReference.)
Public propertyItemId
Gets the item id.
(Inherited from PFItemReference.)
Public propertyItemLoaded
Gets a value indicating whether the PFItem instance is currently loaded.
(Inherited from PFItemReference.)
Public propertyName
Gets the file name.
Public propertySite
Gets the parent site.
Public propertySiteGuid
Gets the parent site GUID.
(Inherited from PFItemReference.)
Public propertySiteId
Gets the parent site id.
(Inherited from PFItemReference.)
Public propertyText Obsolete.
File name. Obsolete, use Name property.
Public propertyUrl
Gets or sets the relative URL of the file. Note: this URL may be outdated due to a change of application/content-type name. The "GetFileUrl" method can be used instead.
Top
See Also