Class PostedFolder
Used to create a folder with the MediaController
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
[DataContract]
public class PostedFolder
Properties
View SourceName
Declaration
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentId
Declaration
[DataMember(Name = "parentId")]
public string ParentId { get; set; }
Property Value
Type | Description |
---|---|
System.String |