User article instance.
More...
Adds a custom text field.
Overwrites existing text field with same key with given values. New field is visible by default.
- Exceptions
-
System::Exception | An exception will be thrown if this instance is no longer valid. |
void X3g::Plugin::Articles::UserArticleInstance::DeleteCustomTextField |
( |
String^ |
pKey) | |
|
Removes a custom text field.
- Parameters
-
pKey | The key of the text field. |
- Exceptions
-
System::Exception | An exception will be thrown if this instance is no longer valid. |
IList< CustomTextField^ > X3g::Plugin::Articles::UserArticleInstance::GetAllCustomTextFields |
( |
) | |
|
Returns list of existing custom text fields.
- Exceptions
-
System::Exception | An exception will be thrown if this instance is no longer valid. |
Returns custom text field.
- Parameters
-
pKey | The key of the text field. |
- Exceptions
-
System::Exception | An exception will be thrown if this instance is no longer valid. |
String^ X3g::Plugin::Articles::UserArticleInstance::AdditionalText |
|
getset |
The article's additional text.
- Exceptions
-
System::Exception | Setter throws exception if this instance is no longer valid. |
String^ X3g::Plugin::Articles::UserArticleInstance::ArticleNumber |
|
getset |
The article's number.
- Exceptions
-
System::Exception | An exception will be thrown if this instance is no longer valid. |
String^ X3g::Plugin::Articles::UserArticleInstance::LongText |
|
getset |
The article's long description.
- Exceptions
-
System::Exception | Setter throws exception if this instance is no longer valid. |
String^ X3g::Plugin::Articles::UserArticleInstance::ManufacturerId |
|
getset |
The article's manufacturer id.
Each manufacturer has a unique ID assigned by EasternGraphics. If you set the manufacturer id to an invalid value, articles may not be processed in some applications.
- Exceptions
-
System::Exception | An exception will be thrown if this instance is no longer valid. |
System::ArgumentException | An exception will be thrown if set to an invalid ID. |
Currency^ X3g::Plugin::Articles::UserArticleInstance::PurchasePrice |
|
getset |
The purchase price.
- Exceptions
-
System::Exception | An exception will be thrown if this instance is no longer valid. |
Currency^ X3g::Plugin::Articles::UserArticleInstance::SalesPrice |
|
getset |
The sales price.
- Exceptions
-
System::Exception | An exception will be thrown if this instance is no longer valid. |
String^ X3g::Plugin::Articles::UserArticleInstance::SeriesId |
|
getset |
The article's series id.
- Exceptions
-
System::Exception | An exception will be thrown if this instance is no longer valid. |
System::ArgumentException | An exception will be thrown if set to an invalid ID. |
String^ X3g::Plugin::Articles::UserArticleInstance::ShortText |
|
getset |
The article's short description.
- Exceptions
-
System::Exception | Setter throws exception if this instance is no longer valid. |
String^ X3g::Plugin::Articles::UserArticleInstance::VariantText |
|
getset |
The article's variant text.
- Exceptions
-
System::Exception | Setter throws exception if this instance is no longer valid. |