Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Packages.Package.ProcessAllFilesAsync Method

(not specified)

Class: YetaWF.Core.Packages.Package
Namespace: YetaWF.Core.Packages
Assembly: YetaWF.Core

Syntax

public static Task<SerializableList<SerializableFile>> ProcessAllFilesAsync(
    string folder,
    string[]? excludeFiles = null,
    string[]? excludeFolders = null,
    string? ExternalRoot = null );

Parameters

folder

(not specified)

excludeFiles

(not specified)

excludeFolders

(not specified)

ExternalRoot

(not specified)

Return Value

(not specified)

Remarks

(not specified)

See Also YetaWF.Core.Packages.Package ClassYetaWF.Core Overview