MoveContentModel.ParentId Property
- Namespace:
- Weavy.Web.Models
- Assembly:
- Weavy.Web.dll
Id of parent content where Source should be moved (null if moving to root of app).
public int? ParentId { get; set; }
Property value
System.Nullable{System.Int32}