Discuss this help topic in SecureBlackbox Forum

TElOfficePackage.DeletePart

TElOfficePackage     See also     


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


Deletes a package part.

Declaration

[C#]
    void DeletePart(string URI);

[VB.NET]
    Sub DeletePart(ByVal URI As String)

[Pascal]
    procedure DeletePart(const URI : string);

[C++]
    void DeletePart(const std::string &URI);

[PHP]
    void DeletePart(string $URI)

[Java]
    void deletePart(String URI);

Parameters

  • URI - URI of the package part

Description

    Use this method to delete a part from the package.

See also:     CreatePart     GetPart     Parts    

Discuss this help topic in SecureBlackbox Forum