Table of Contents

Class RelatedContentRequest

Namespace
MES.MQC.DataSourceLibrary.Models.Connectors
Assembly
MES.MQC.DataSourceLibrary.dll
public class RelatedContentRequest
Inheritance
RelatedContentRequest
Inherited Members

Properties

FileExtensions

public string[] FileExtensions { get; set; }

Property Value

string[]

Path

public string Path { get; set; }

Property Value

string

Regex

public string Regex { get; set; }

Property Value

string

RegexOptions

public RegexOptions RegexOptions { get; set; }

Property Value

RegexOptions

Methods

GetRegex()

public Regex GetRegex()

Returns

Regex

Matches(IFileContent)

public bool Matches(IFileContent fileContent)

Parameters

fileContent IFileContent

Returns

bool

Matches(string)

public bool Matches(string filePath)

Parameters

filePath string

Returns

bool