ContextGetFileNameParameter Method |
Returns the file name value of a file parameter
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax public string GetFileNameParameter(
string paramName
)
Public Function GetFileNameParameter (
paramName As String
) As String
Parameters
- paramName
- Type: SystemString
Parameter name to get the value
Return Value
Type:
StringVALUE_FILE_NAME or null if parameter not found
Remarks This return only the original filename, to get the file information, use GetParameter
See Also