Class ForumItem
Class for the item type ForumItem
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public class ForumItem : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IEquatable<IItemRef>, INullRelationship<Forum>, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View SourceForumItem()
Declaration
protected ForumItem()
ForumItem(ElementFactory, Object[])
Declaration
public ForumItem(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceBehavior()
Retrieve the behavior
property of the item
Declaration
public IProperty_Text Behavior()
Returns
Type | Description |
---|---|
IProperty_Text |
IsBoardOnly()
Retrieve the is_board_only
property of the item
Declaration
public IProperty_Boolean IsBoardOnly()
Returns
Type | Description |
---|---|
IProperty_Boolean |
ItemConfigId()
Retrieve the item_config_id
property of the item
Declaration
public IProperty_Text ItemConfigId()
Returns
Type | Description |
---|---|
IProperty_Text |
ItemKeyedName()
Retrieve the item_keyed_name
property of the item
Declaration
public IProperty_Text ItemKeyedName()
Returns
Type | Description |
---|---|
IProperty_Text |
ItemType()
Retrieve the item_type
property of the item
Declaration
public IProperty_Text ItemType()
Returns
Type | Description |
---|---|
IProperty_Text |
SortOrder()
Retrieve the sort_order
property of the item
Declaration
public IProperty_Number SortOrder()
Returns
Type | Description |
---|---|
IProperty_Number |