RepositoryControllerCreateUploadTokenBasedOnRepFileId Method

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Generate new upload token and create file in document repository based on other rep file id")]
public Guid CreateUploadTokenBasedOnRepFileId(
	long fileSize,
	long repFileId
)

Parameters

fileSize  Int64
 
repFileId  Int64
 

Return Value

Guid

See Also