techDeleteSiteDef
techDeleteSiteDef(
d_siteDefID
)
=> t / nil
Description
Deletes the specified site definition from the specified technology database.
Arguments
Value Returned
Example
siteID = techFindSiteDefByName(tfID "siteDefA")
=> db:0x02b7a18c
Returns the database identifier for the site definition named siteDefA in the technology database identified by tfID and assigns it to the variable siteID.
techDeleteSiteDef(siteID)
=> t
Deletes the site definition identified by siteID from the current technology database.
Return to top