MoveContentModel Class
- Namespace:
- Weavy.Web.Models
- Assembly:
- Weavy.Web.dll
Model for moving and attaching content to a parent space and/or content item.
public class MoveContentModel : IValidatableObject
- Inheritance:
- System.Object → MoveContentModel
Constructors
Move |
Properties
App |
Id of app where content should be moved. |
Parent |
Id of parent content where Source should be moved (null if moving to root of app). |
Source | Content to move. |
Methods
Validate(Validation |
Extension Methods
Is |
Gets a value indicating if the specified value has the default value of the generic type. |
Serialize(object) | Serializes an object, or graph of connected objects, to a byte array. |
Serialize |
Serializes an object, or graph of connected objects, to a json string. |
Is |
Determines whether the specified object is valid by evaluating each ValidationAttribute instance that is attached to the object type. |