Discuss this help topic in SecureBlackbox Forum

TElOpenOfficeXMLManifestFileEntry.FullPath

TElOpenOfficeXMLManifestFileEntry     See also     


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


Specifies file location within the package.

Declaration

[C#]
    string FullPath;

[VB.NET]
    Property FullPath As String

[Pascal]
    property FullPath : WideString;

[C++]
    void get_FullPath(sb_u16string &OutResult);
    void get_FullPath(std::wstring &OutResult);
    void set_FullPath(const sb_u16string &Value);
    void set_FullPath(const std::wstring &Value);

[PHP]
    string get_FullPath()
    void set_FullPath(string $Value)

[Java]
    String getFullPath();
    void setFullPath(String Value);

Description

    Use this property to specify the location of the file within the package.

See also:     MediaType     Size     Version    

Discuss this help topic in SecureBlackbox Forum