Method | Description | |
---|---|---|
GetByPageId ( int pageId ) : IEnumerable |
Returns an enumerable collection of Rock.Model.PageView entities by the Id of the Rock.Model.Page
|
|
GetByPersonId ( int personId ) : IEnumerable |
Returns an enumerable collection of Rock.Model.PageView entities by the Id of the Viewer Rock.Model.Person.
|
public GetByPageId ( int pageId ) : IEnumerable |
||
pageId | int | The page identifier. |
return | IEnumerable |
public GetByPersonId ( int personId ) : IEnumerable |
||
personId | int | The person identifier. |
return | IEnumerable |