Share

DerivedAssemblyComponentProxy.Replace Method

Parent Object: DerivedAssemblyComponentProxy

Description

Replaces current derived assembly component with another file.

Syntax

DerivedAssemblyComponentProxy.Replace( FullFileName As String, Options As NameValueMap )

Parameters

Name Type Description
FullFileName String Input String value that specifies the new file to be used to replace the existing component.
Options NameValueMap Input NameValueMap value that specifies the options when replace the component. Valid options include: Name = ModelState. Value = String value that specifies the model state name.

Version

Introduced in version 2023

Was this information helpful?