Click or drag to resize

InternalServiceChangeFileExtension Method

Change extension of the file in repository and return its identifier

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public long ChangeFileExtension(
	Guid uploadToken,
	string extension
)

Parameters

uploadToken
Type: SystemGuid
extension
Type: SystemString

Return Value

Type: Int64
See Also