Class FlowFolder
- Namespace
- Dynamicweb.EmailMarketing.Flows
- Assembly
- Dynamicweb.EmailMarketing.dll
[PermissionEntity("FlowFolder")]
public class FlowFolder : IPermissionEntity, IPermissionEntityLookup
- Inheritance
-
FlowFolder
- Implements
- Inherited Members
- Extension Methods
Properties
Id
Gets the folder ID.
public int Id { get; }
Property Value
Name
Gets or sets the folder name.
public string Name { get; set; }
Property Value
ParentId
Gets or sets the parent folder ID.
public int? ParentId { get; set; }
Property Value
- int?