Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLBaseSignatureHandler.AddPartRelationshipSourceType

TElOfficeOpenXMLBaseSignatureHandler     See also     


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


Adds part relationship source type to signed parts.

Declaration

[C#]
    void AddPartRelationshipSourceType(string PartURI, string SourceType);

[VB.NET]
    Sub AddPartRelationshipSourceType(ByVal PartURI As String, ByVal SourceType As String)

[Pascal]
    procedure AddPartRelationshipSourceType(const PartURI : string; const SourceType : string);

[C++]
    void AddPartRelationshipSourceType(const std::string &PartURI, const std::string &SourceType);

[PHP]
    void AddPartRelationshipSourceType(string $PartURI, string $SourceType)

[Java]
    void addPartRelationshipSourceType(String PartURI, String SourceType);

Parameters

  • PartURI - the URI of the desired part
  • SourceType - relationship source type

Description

    Call this method to add part relationship source type to the list of parts that will be signed.

See also:     GetSignedRelationshipPartByPartURI     SignedParts    

Discuss this help topic in SecureBlackbox Forum