InternalServiceChangeFileExtension Method

Change extension of the file in repository and return its identifier

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Change extension of the file in repository and return its identifier")]
public long ChangeFileExtension(
	Guid uploadToken,
	string extension
)

Parameters

uploadToken  Guid
extension  String

Return Value

Int64

See Also