Class cmf_ContentType
Class for the item type cmf_ContentType
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 cmf_ContentType : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View Sourcecmf_ContentType()
Declaration
protected cmf_ContentType()
cmf_ContentType(ElementFactory, Object[])
Declaration
public cmf_ContentType(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceLinkedItemType()
Retrieve the linked_item_type
property of the item
Declaration
public IProperty_Item<ItemType> LinkedItemType()
Returns
Type | Description |
---|---|
IProperty_Item<ItemType> |
NameProp()
Retrieve the name
property of the item
Declaration
public IProperty_Text NameProp()
Returns
Type | Description |
---|---|
IProperty_Text |