Table of Contents

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

int

Name

Gets or sets the folder name.

public string Name { get; set; }

Property Value

string

ParentId

Gets or sets the parent folder ID.

public int? ParentId { get; set; }

Property Value

int?
To top