Class ItemService.DeleteResult.DeleteEntry
Represents an entry in the list of deleted items.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public class ItemService.DeleteResult.DeleteEntry
Properties
IdMaster
Gets or sets the unique identifier.
Declaration
public string IdMaster { get; set; }
Property Value
Type | Description |
---|---|
string |
Mode
Gets or sets the delete mode of the item (either "Item" or "Relation").
Declaration
public ItemService.DeleteMode Mode { get; set; }
Property Value
Type | Description |
---|---|
ItemService.DeleteMode |
ParentIdMaster
Gets or sets the parent IdMaster of the deleted item (if applicable).
Declaration
public string ParentIdMaster { get; set; }
Property Value
Type | Description |
---|---|
string |
SectionName
Gets or sets the section name of the deleted item (if applicable).
Declaration
public string SectionName { get; set; }
Property Value
Type | Description |
---|---|
string |