Click or drag to resize

CustomNameGeneratorGeneratePattern Method

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public static string GeneratePattern(
	string prefix,
	string[] constants,
	string[] fieldNames,
	string[] fieldMasks,
	string sufix
)

Parameters

prefix
Type: SystemString
constants
Type: SystemString
fieldNames
Type: SystemString
fieldMasks
Type: SystemString
sufix
Type: SystemString

Return Value

Type: String
See Also