Click or drag to resize
DraftItems Methods

The DraftItems type exposes the following members.

Methods
  Name Description
Public method Add(Item, DraftItem)
Adds a draft item.
Public method Add(Item, DraftItem, Int32)
Adds a draft item.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method Get(Guid)
Returns a draft item.
Public method Get(Guid, Int32, GetMode)
Returns a draft item.
Public method GetByDraftId
Returns a draft item.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Publish(Guid)
Publishes a draft item to it's related item.
Public method Publish(Guid, String)
Publishes a draft item to it's related item.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method Update(DraftItem)
Updates a draft item.
Public method Update(DraftItem, Int32)
Updates a draft item.
Top
See Also