Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLCoreProperties.ContentStatus

TElOfficeOpenXMLCoreProperties     See also     


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


Specifies status of the package content.

Declaration

[C#]
    string ContentStatus;

[VB.NET]
    Property ContentStatus As String

[Pascal]
    property ContentStatus : WideString;

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

[PHP]
    string get_ContentStatus()
    void set_ContentStatus(string $Value)

[Java]
    String getContentStatus();
    void setContentStatus(String Value);

Description

    Use this property to specify status of the package content, such as "Draft", "Reviewed", "Final", etc.

See also:     Category    

Discuss this help topic in SecureBlackbox Forum