Method | Description | |
---|---|---|
CurrentDomain_AssemblyResolve ( object sender, |
||
Delete ( string treeType, int id ) : bool |
Invokes a Delete action for an item by its Id and Type
|
|
DeserializeNode ( string nodeType, int nodeId, string filePath ) : void | ||
Dispose ( ) : void | ||
GetChildrenByType ( string nodeType, int id ) : Dictionary |
Gets a list of child items by their Type and parent id
|
|
GetContentModelById ( int id ) : |
Gets a ContentModel by its Id. Used for showing the Properties Frame.
|
|
GetContentTypeModelById ( int id ) : |
Gets a ContentTypeModel by its Id. Used for showing the Properties Frame.
|
|
GetDataTypeModelById ( int id ) : |
Gets a DataTypeModel by its Id. Used for showing the Properties Frame.
|
|
GetMediaModelById ( int id ) : |
Gets a MediaModel by its Id. Used for showing the Properties Frame.
|
|
GetMediaTypeModelById ( int id ) : |
Gets a MediaTypeModel by its Id. Used for showing the Properties Frame.
|
|
GetPropertiesModel ( string nodeType, int id ) : IPropertiesModel |
Gets a model based on the IPropertiesModel interface by its NodeType and integer Id.
|
|
GetRootByType ( string nodeType ) : Dictionary |
Gets a list of root items by their Type
|
|
Move ( string treeType, int id, int parentId ) : bool |
Invokes a Move action for an item by its Id and Type
|
|
Rename ( string nodeType, string newName, int nodeId ) : void |
Invokes a 'Rename' action for an item by its Id and Type
|
|
SerializeNode ( string nodeType, int nodeId ) : void |
Invokes the xml export of an item by its Id and Type
|
|
StartApplication ( ) : void | ||
Trash ( string treeType, int id ) : bool |
Invokes a 'Move to Recycle Bin' action for an item by its Id and Type
|
Method | Description | |
---|---|---|
AssertIsNotReady ( ) : void | ||
GetAssemblyLocation ( string assemblyFileName ) : string | ||
SetupMethodShortcuts ( ) : void | ||
UmbracoApplicationContext ( string projectFolder, string connectionString, string providerName ) : System |
public CurrentDomain_AssemblyResolve ( object sender, |
||
sender | object | |
args | ||
return |
public Delete ( string treeType, int id ) : bool | ||
treeType | string | |
id | int | |
return | bool |
public DeserializeNode ( string nodeType, int nodeId, string filePath ) : void | ||
nodeType | string | |
nodeId | int | |
filePath | string | |
return | void |
public GetChildrenByType ( string nodeType, int id ) : Dictionary |
||
nodeType | string | |
id | int | |
return | Dictionary |
public GetContentModelById ( int id ) : |
||
id | int | |
return |
public GetContentTypeModelById ( int id ) : |
||
id | int | |
return |
public GetDataTypeModelById ( int id ) : |
||
id | int | |
return |
public GetMediaModelById ( int id ) : |
||
id | int | |
return |
public GetMediaTypeModelById ( int id ) : |
||
id | int | |
return |
public GetPropertiesModel ( string nodeType, int id ) : IPropertiesModel | ||
nodeType | string | |
id | int | |
return | IPropertiesModel |
public GetRootByType ( string nodeType ) : Dictionary |
||
nodeType | string | |
return | Dictionary |
public Move ( string treeType, int id, int parentId ) : bool | ||
treeType | string | |
id | int | |
parentId | int | |
return | bool |
public Rename ( string nodeType, string newName, int nodeId ) : void | ||
nodeType | string | |
newName | string | |
nodeId | int | |
return | void |
public SerializeNode ( string nodeType, int nodeId ) : void | ||
nodeType | string | |
nodeId | int | |
return | void |
public Trash ( string treeType, int id ) : bool | ||
treeType | string | |
id | int | |
return | bool |