Click or drag to resize

DocumentReplacements Constructor (MatchCollection, String)

Initializes a new instance of the DocumentReplacements class

Namespace:  FileHold.LibraryManager.Tags
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public DocumentReplacements(
	MatchCollection matches,
	string[] names
)

Parameters

matches
Type: System.Text.RegularExpressionsMatchCollection
names
Type: SystemString
See Also