C# Class Docu.Output.UntransformableResourceManager

Mostrar archivo Open project: cdrnet/docu Class Usage Examples

Public Methods

Method Description
AllFilesUnder ( string targetDirectory ) : IEnumerable
MoveResources ( string templatePath, string outputPath ) : void

Private Methods

Method Description
IsHiddenPath ( string path ) : bool

Method Details

AllFilesUnder() public static method

public static AllFilesUnder ( string targetDirectory ) : IEnumerable
targetDirectory string
return IEnumerable

MoveResources() public method

public MoveResources ( string templatePath, string outputPath ) : void
templatePath string
outputPath string
return void