DraftItems Class |
Namespace: ConnectedApps.Cms.Sdk.Data
The DraftItems type exposes the following members.
Name | Description | |
---|---|---|
![]() | DraftItems | Initializes a new instance of the DraftItems class |
Name | Description | |
---|---|---|
![]() | Add(Item, DraftItem) |
Adds a draft item.
|
![]() | Add(Item, DraftItem, Int32) |
Adds a draft item.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Get(Guid) |
Returns a draft item.
|
![]() | Get(Guid, Int32, GetMode) |
Returns a draft item.
|
![]() | GetByDraftId |
Returns a draft item.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Publish(Guid) |
Publishes a draft item to it's related item.
|
![]() | Publish(Guid, String) |
Publishes a draft item to it's related item.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Update(DraftItem) |
Updates a draft item.
|
![]() | Update(DraftItem, Int32) |
Updates a draft item.
|