Generates a valid and unique path and file name suitable for uploading to PersonalStorage on the server.

Namespace: ININ.IceLib.Connection
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public static string NewRemoteFileName(
	ServerFileType serverFileType
)
Visual Basic
Public Shared Function NewRemoteFileName ( _
	serverFileType As ServerFileType _
) As String

Parameters

serverFileType
Type: ININ.IceLib.Connection..::..ServerFileType
ServerFileType that is used to determine destination directory.

Return Value

Path name to use for uploading a file of type "ServerFileType". This file is not created by default (unlike NewLocalFileName()()()()).

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also