Click or drag to resize

ContentItem Class

Represents a content item.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.Profiles.IntegrationContentItem

Namespace:  Dynamicweb.Analytics.Profiles.Integration
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
[SerializableAttribute]
public class ContentItem : IComparable<ContentItem>, 
	IComparable

The ContentItem type exposes the following members.

Constructors
  NameDescription
Public methodContentItem
Initializes a new instance of an object.
Public methodContentItem(ContentItem)
Initializes a new instance of an object.
Public methodContentItem(String, String)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyItemID
Gets or sets the ID of the content item.
Public propertyItemType
Gets or sets the type of the content item.
Top
Methods
  NameDescription
Public methodCompareTo
Determines whether the current object is equal to the given one.
Public methodCopyTo
Copies the state of the current object into the given one.
Public methodEquals
Determines whether the current object is equal to the given one.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns a hash code for a given object.
(Overrides ObjectGetHashCode.)
Public methodToString
Returns a string representation of the current object.
(Overrides ObjectToString.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIComparableCompareTo
Determines whether the current object is equal to the given one.
Top
See Also