Package.RelationshipExists(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether a package-level relationship with a given ID is contained in the package.
public:
bool RelationshipExists(System::String ^ id);
public bool RelationshipExists (string id);
member this.RelationshipExists : string -> bool
Public Function RelationshipExists (id As String) As Boolean
Parameters
Returns
true
if a package-level relationship with the specified id
is in the package; otherwise, false
.
Exceptions
id
is null
.
id
is not a valid XML identifier.
The package is not open (Dispose(Boolean) or Close() has been called).
The package is write-only.
Remarks
For additional information, see the Open Packaging Conventions (OPC) specification available for download at https://www.ecma-international.org/publications-and-standards/standards/ecma-376/.