Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLBaseSignatureHandler.GetSignedRelationshipPartByPartURI

TElOfficeOpenXMLBaseSignatureHandler     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns the relationship part by the part's URI.

Declaration

[C#]
    TElOfficeOpenXMLSignedRelationshipPart GetSignedRelationshipPartByPartURI(string PartURI);

[VB.NET]
    Function GetSignedRelationshipPartByPartURI(ByVal PartURI As String) As TElOfficeOpenXMLSignedRelationshipPart

[Pascal]
    function GetSignedRelationshipPartByPartURI(const PartURI : string) : TElOfficeOpenXMLSignedRelationshipPart;

[C++]
    TElOfficeOpenXMLSignedRelationshipPartHandle GetSignedRelationshipPartByPartURI(const std::string &PartURI);

[PHP]
    TElOfficeOpenXMLSignedRelationshipPart GetSignedRelationshipPartByPartURI(string $PartURI)

[Java]
    TElOfficeOpenXMLSignedRelationshipPart getSignedRelationshipPartByPartURI(String PartURI);

Parameters

  • PartURI - the URI of the part which relationship is needed

Return value

    Returns a reference to TElOfficeOpenXMLSignedRelationshipPart object that contains the desired relationship.

Description

    Use this method to get the signed relationship of the part by the part's URI.

See also:     AddPartRelationships     GetSignedPartByURI     SignedParts    

Discuss this help topic in SecureBlackbox Forum