Click or drag to resize

ContextGetFileNameParameter Method

Returns the file name value of a file parameter

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public string GetFileNameParameter(
	string paramName
)

Parameters

paramName
Type: SystemString
Parameter name to get the value

Return Value

Type: String
VALUE_FILE_NAME or null if parameter not found
Remarks

This return only the original filename, to get the file information, use GetParameter

See Also