NewFolderEvent public class NewFolderEvent : AppEvent Documentation Code public int FolderID public string Name public int ParentFolderID public string ExportFriendlyName { get; } public NewFolderEvent(int parentFolderID, int folderId, string name)