Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum