Method | Description | |
---|---|---|
CreateChild ( ) : ID |
Creates the child.
|
|
CreateItem ( ID parentId, string cleanName, ID templateId, string dbName ) : System.Linq | ||
CreateItem ( ID parentId, string cleanName, ID templateId, string dbName, Language language ) : System.Linq | ||
GetChild ( ) : ID |
Gets the child. The algorithm is important for performs a) first get the parent item b) then check its children to see if the proposed item exists we don't want to look for the proposed item by path because it is slow if not found |
public CreateItem ( ID parentId, string cleanName, ID templateId, string dbName ) : System.Linq | ||
parentId | ID | |
cleanName | string | |
templateId | ID | |
dbName | string | |
return | System.Linq |
public CreateItem ( ID parentId, string cleanName, ID templateId, string dbName, Language language ) : System.Linq | ||
parentId | ID | |
cleanName | string | |
templateId | ID | |
dbName | string | |
language | Language | |
return | System.Linq |