InternalServiceGetFileIdFromUploadToken Method

Return identifier of file associated with given upload token

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return identifier of file associated with given upload token")]
public long GetFileIdFromUploadToken(
	Guid uploadToken
)

Parameters

uploadToken  Guid

Return Value

Int64

See Also