메소드 | 설명 | |
---|---|---|
GetBySiteId ( int siteId ) : IQueryable |
Gets the Layout by site id.
|
|
GetGuid ( int id ) : Guid? |
Gets the Guid for the Layout that has the specified Id
|
|
RegisterLayouts ( string physWebAppPath, SiteCache site ) : void |
Registers any layouts in a particular site's theme folder that do not currently have any layouts registered in Rock.
|
public GetBySiteId ( int siteId ) : IQueryable |
||
siteId | int | The site id. |
리턴 | IQueryable |
public static RegisterLayouts ( string physWebAppPath, SiteCache site ) : void | ||
physWebAppPath | string | A |
site | SiteCache | The site. |
리턴 | void |