Click or drag to resize

PFItemExtensions Methods

The PFItemExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetReference(PFItem)
Gets a object referencing the item.
Public methodStatic memberGetReference(PFItem, String)
Gets a object referencing the item. The Text of the reference will be the value of the specified field.
Public methodStatic memberInitializeOwnerItemT
Initializes the owner item of the specified items.

Owner items already set will not be initialized again.

When multiple items have the same owner item, the same PFItem instance will be used.

This method is an optimized way to load multiple owner items.

Top
See Also