Class FolderStructure
System.Object
  MarkdownMonster.Windows.FolderStructure
public class FolderStructure : object

Class Members

MemberDescription

Constructor

ExpandPathEnvironmentVars

public static string ExpandPathEnvironmentVars(string path)

FindPathItemByFilename

Searches the tree for a specific item

public PathItem FindPathItemByFilename(PathItem parent,     string fullName)

GetFilesAndFolders

Gets a folder hierarchy and attach to an existing folder item or

public PathItem GetFilesAndFolders(string baseFolder,     PathItem parentPathItem,     string ignoredFolders,     string ignoredFileExtensions,     FolderFileOrder fileOrder,     bool nonRecursive,     int maxFiles)

InsertPathItemInOrder

Inserts a path item in a parent in the proper alphabetical order

public void InsertPathItemInOrder(PathItem pi,     PathItem parent)

SetSearchVisibility

Sets visibility of all items in the path item tree

public void SetSearchVisibility(string searchText,     PathItem pathItem,     bool recursive)

UpdateGitFileStatus

Updates a path item folder structure with Git Status information

public void UpdateGitFileStatus(PathItem rootFolder,     Repository repo)

Requirements

Namespace: MarkdownMonster.Windows
Assembly: markdownmonster.exe

© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic