Click or drag to resize

PFRelation_SiteApplicationGet Method

Overload List
  NameDescription
Public methodGet(Guid)
Gets an object by its GUID.
(Inherited from PFRelation_BaseObjectParentType, ChildType.)
Public methodGet(String)
Gets a child object by its name.
(Inherited from PFRelation_StructureObjectParentType, ChildType.)
Public methodGet(PFQuery)
Gets applications by a given query.
(Overrides PFRelation_BaseObjectParentType, ChildTypeGet(PFQuery).)
Public methodGet(PFQueryFilter)
Gets objects using multiple filters (separated by an AND operator).
(Inherited from PFRelation_BaseObjectParentType, ChildType.)
Public methodGet(String, Object)
Gets all objects with a specific value.
(Inherited from PFRelation_BaseObjectParentType, ChildType.)
Public methodGet(String, Boolean)
Gets a child object by its name.
(Inherited from PFRelation_StructureObjectParentType, ChildType.)
Public methodGet(PFQueryFilter, PFQueryOrder)
Gets objects using a given filter and a given order.
(Inherited from PFRelation_BaseObjectParentType, ChildType.)
Public methodGet(String, PFQueryFilterOperator, Object)
Gets all objects with a specific value.
(Inherited from PFRelation_BaseObjectParentType, ChildType.)
Public methodGet(String, Object, String)
Gets all objects with a specific value, ordered by a given column.
(Inherited from PFRelation_BaseObjectParentType, ChildType.)
Public methodGet(String, PFQueryFilterOperator, Object, String)
Gets all objects with a specific value, ordered by a given column.
(Inherited from PFRelation_BaseObjectParentType, ChildType.)
Public methodGet(String, Object, String, Boolean)
Gets all objects with a specific value, ordered by a given column.
(Inherited from PFRelation_BaseObjectParentType, ChildType.)
Public methodGet(String, PFQueryFilterOperator, Object, String, Boolean)
Gets all objects with a specific value, ordered by a given column.
(Inherited from PFRelation_BaseObjectParentType, ChildType.)
Top
See Also