Gets or sets the option which determines where the CContentProducer goes when
they choose to edit an existing CContent.
Namespace: Asi.iBO.ContentManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public CContentProducer..::..WindowType ContentEditEditorProperties { get; set; } |
| Visual Basic |
|---|
Public Property ContentEditEditorProperties As CContentProducer..::..WindowType Get Set |
| Visual C++ |
|---|
public: property CContentProducer..::..WindowType ContentEditEditorProperties { CContentProducer..::..WindowType get (); void set (CContentProducer..::..WindowType value); } |