Méthode | Description | |
---|---|---|
GetByGuid ( System.Guid guid ) : BlockType |
Gets a Rock.Model.BlockType by its Guid.
|
|
GetByName ( string name ) : IQueryable |
Gets a collection of Rock.Model.BlockType entities by Name
|
|
GetByPath ( string path ) : IQueryable |
Gets a collection of Rock.Model.BlockType entities by path.
|
|
GetGuid ( int id ) : Guid? |
Gets the Guid for the BlockType that has the specified Id
|
|
RegisterBlockTypes ( string physWebAppPath, System page, bool refreshAll = false ) : void |
Registers any block types that are not currently registered in Rock.
|
Méthode | Description | |
---|---|---|
FindAllBlocksInPath ( string physWebAppPath, string>.Dictionary |
Finds all the
|
public GetByGuid ( System.Guid guid ) : BlockType | ||
guid | System.Guid | |
Résultat | BlockType |
public GetByName ( string name ) : IQueryable |
||
name | string | A |
Résultat | IQueryable |
public GetByPath ( string path ) : IQueryable |
||
path | string | A |
Résultat | IQueryable |
public static RegisterBlockTypes ( string physWebAppPath, System page, bool refreshAll = false ) : void | ||
physWebAppPath | string | A |
page | System | The |
refreshAll | bool | if set to |
Résultat | void |