PFRelation_GroupGetById Method |
Name | Description | |
---|---|---|
GetById(Int64) |
Gets a group by its id. If not found on application, will try on parent site. Use cache.
(Overrides PFRelation_BaseObjectParentType, ChildTypeGetById(Int64).) | |
GetById(Int64, PFQueryResultsScope) |
Gets a child object by its ID, with a specified scope.
This method DOES NOT use the cache.
(Inherited from PFRelation_BaseObjectParentType, ChildType.) | |
GetById(Int64, Boolean) |
Gets a group by its id. If not found on application, will try on parent site.
(Overrides PFRelation_BaseObjectParentType, ChildTypeGetById(Int64, Boolean).) |