Template - addDotNetPart

Template - addDotNetPart

Description :

This command adds a particular .NET assembly to an existing template. This command returns a handle to the updated template. Note that this handle is different from any previously returned handles. All other handles are invalid.

Return type : DBKey

Command Input :

Variable Name

Variable Type

Description

templateKey

DBKey

Handle to the existing template to which you want to add the .NET assembly.

assetPath

String

Name of the .NET assembly

bAuditDotNetAsmCacheEntryCodebase

Boolean

Audit option for GAC Codebase. True to turn option on, false otherwise.

bAuditDotNetAsmCacheEntryModifiedDate

Boolean

Audit option for GAC Last Modified date. True to turn option on, false otherwise.

Example

See the example for addFilePart .

Was this page helpful? Yes No Submitting... Thank you

Comments