Deploys an array of items in the LabVIEW project.

Syntax

object.DeployItems(items, silent, [UserName], [Password])

Parameters

NameTypeDescription
itemskLVProjectItemObjRef1Specifies an array of references to items in the project.
silentBooleanIf TRUE, LabVIEW does not display any dialog boxes during the deploy operation.
UserNameStringSpecifies the user name.
PasswordstringSpecifies the password to use to unlock a password-protected project library.

Return Value

none