Table of Contents

Class FileHelper

Namespace
Dynamicweb.DataIntegration.ProviderHelpers
Assembly
Dynamicweb.DataIntegration.dll
public class FileHelper
Inheritance
FileHelper
Inherited Members

Fields

FilesFolderName

public static readonly string FilesFolderName

Field Value

string

Methods

ValidateFilename(string)

Checks if the fileNameWithPath contains any characters that are illegal in a filename

public static bool ValidateFilename(string fileNameWithPath)

Parameters

fileNameWithPath string

The file name with it's path.

Returns

bool

True if fileNameWithPath contains no illegal characters and is valid, otherwise False

To top