techFindSiteDefByName
techFindSiteDefByName(d_techIDt_siteDefName) =>d_siteDefID/ nil
Description
Returns the database identifier of the named site definition from the specified technology database.
Arguments
Value Returned
|
The database identifier of the site definition with the name siteDefName. |
|
|
The technology database does not exist or contains no site definition by the specified name. |
Example
techFindSiteDefByName(tfID "siteDefA")
=> db:0x02b7a18c
Returns the database identifier for the site definition named siteDefA in the technology database identified by tfID.
Return to top