pCon.planner Plugin SDK  Version 8.9
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Properties | List of all members
X3g::Plugin::Articles::CustomTextField Class Reference

Custom text field of user article. More...

Properties

String^  Key [get]
 The key of the text field. More...
 
String^  Value [get, set]
 Value of the text field. More...
 
bool Editable [get, set]
 Determines if the user should be allowed to edit the text. More...
 
bool Visible [get, set]
 Determines if the text should be visible to the user. More...
 

Detailed Description

Custom text field of user article.

Property Documentation

bool X3g::Plugin::Articles::CustomTextField::Editable
getset

Determines if the user should be allowed to edit the text.

Exceptions
System::ExceptionAn exception will be thrown if according article instance is no longer valid.
String^ X3g::Plugin::Articles::CustomTextField::Key
get

The key of the text field.

Exceptions
System::ExceptionAn exception will be thrown if according article instance is no longer valid.
String^ X3g::Plugin::Articles::CustomTextField::Value
getset

Value of the text field.

Exceptions
System::ExceptionAn exception will be thrown if according article instance is no longer valid.
bool X3g::Plugin::Articles::CustomTextField::Visible
getset

Determines if the text should be visible to the user.

Exceptions
System::ExceptionAn exception will be thrown if according article instance is no longer valid.