StreamResponseExtensionsMakeFileNameSane Method DocuWare Platform .NET API
Makes the file name sane.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
[DolphinAttribute]
public static string MakeFileNameSane(
	string fileName
)

Parameters

fileName
Type: SystemString
Name of the file.

Return Value

Type: String
The file name without not allowed characters.
Remarks

This function removes any not supported character from a file name.
See Also

Reference