Description:
If the instance definition is linked or embedded, use SetSource to specify the source archive.
Syntax:
public bool ModifySourceArchive(
int idefIndex,
FileReference sourceArchive,
InstanceDefinitionUpdateType updateType,
bool quiet
)
int idefIndex,
FileReference sourceArchive,
InstanceDefinitionUpdateType updateType,
bool quiet
)
Parameters:
- idefIndex
- Type: int
- The index of the instance definition to be modified.
- sourceArchive
- Type: FileReference
- The new source archive file name.
- updateType
- Type: InstanceDefinitionUpdateType
- quiet
- Type: bool
- If true, then message boxes about erroneous parameters will not be shown.
Returns:
Type: bool
Returns True if the definition was successfully modified otherwise returns false.
Available since:
6.0
Description:
If the instance definition is linked or embedded, use SetSource to specify the source archive.
Syntax:
public bool ModifySourceArchive(
int idefIndex,
string sourceArchive,
InstanceDefinitionUpdateType updateType,
bool quiet
)
int idefIndex,
string sourceArchive,
InstanceDefinitionUpdateType updateType,
bool quiet
)
deprecated in 6.0
obsolete: Use the overload taking a FileReference.
Parameters:
- idefIndex
- Type: int
- The index of the instance definition to be modified.
- sourceArchive
- Type: string
- The new source archive file name.
- updateType
- Type: InstanceDefinitionUpdateType
- quiet
- Type: bool
- If true, then message boxes about erroneous parameters will not be shown.
Returns:
Type: bool
Returns True if the definition was successfully modified otherwise returns false.
Available since:
6.0