Click or drag to resize

ExportItem Properties

The ExportItem type exposes the following members.

Properties
 NameDescription
Public propertyAllowInplaceEdits If column editing is enabled at GetAdditionalColumnsSetup2(IListViewEx, String, DictionaryString, Boolean, ListString, ListString) then this must be true to allow editing columns of this particular item. However, editing will not be enabled if also WritebackInplaceEdits is enabled but this item's writeback target is not in correct file access state. In SW, the file must not be readonly. In PDM client side, either we must have write access to NOTHING or we must have write access to the edited file. AllowInplaceEdits is false by default.
Public propertyAttachments Attachment rows of this item. The Item2 of the Tuple is top assembly configuration.
Public propertyCancelConversions Set this flag to true to cancel all conversions related to this item. Updates also checkbox state if ConversionCheckboxes feature is enabled.
Public propertyChildren Child items for this item.
Public propertyCollectedConversions Document Conversion collected during export procedure for this item.
Public propertyDataRows Datarows of this item. The Item2 of the Tuple is top assembly configuration.
Protected propertyExportHandler Export Handler. This should be an inheritant of GenericExportHandlerT, E, I but type is left loosely defined due to cascading generics.
Protected propertyExportProfile Currently Active Export Profile
Public propertyFields Export Profile Fields.
Public propertyID Unique identifier for this Item. This object is considered identical to another object of the same type, if IDs are equal.
Public propertyItemError 
Protected propertyParentExtension Parent Extension
Public propertyParents Parent items for this item. Empty for root item.
Public propertyPreview 
Public propertyRowColorController Color Controller for row/cell colors.
Public propertyUIRows UI Rows mapped to this item. Not available after deserialization.
Public propertyWritebackInplaceEdits If AllowInplaceEdits is enabled (and all its pre-requisities), editing a column automatically causes writeback.
Top
See Also