Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

sBusinessUnitName (String)

BusinessUnit name


Return value

(blue star) Boolean, TRUE if function completed successfully.

(blue star) Boolean, TRUE if function completed successfully. 

Example

(blue star) VBScript
Code Block
languagevb
If bStatus Then bStatus = CMS_AddUnitToBusinessUnit("CapaInstaller")
(blue star) PowerShell
Code Block
languagepowershell
if (CMS_AddUnitToBusinessUnit 'bu_verona') {
  $cs.Job_WriteLog("Added", "Unit added to the Verona Business unit")
}

...