 | AutomationMLContainerRelinkPart(Uri, Uri) Method |
Note: This API is now obsolete.
Changes the Uri of a package part. The part is removed and readded with the provided
newPartUri. All relationships of the part are updated.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax[ObsoleteAttribute("Use overload")]
public bool RelinkPart(
Uri oldPartUri,
Uri newPartUri
)
<ObsoleteAttribute("Use overload")>
Public Function RelinkPart (
oldPartUri As Uri,
newPartUri As Uri
) As Boolean
public:
[ObsoleteAttribute(L"Use overload")]
bool RelinkPart(
Uri^ oldPartUri,
Uri^ newPartUri
)
Parameters
- oldPartUri Uri
- The existing URI of the part
- newPartUri Uri
- The new URI of the part
Return Value
Booleantrue if a part with the provided
oldPartUri exists; otherwise false
See Also