InternalServiceCopyFileToGroup Method

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Copy file to new location as pending")]
public long CopyFileToGroup(
	long repFileId,
	int groupId
)

Parameters

repFileId  Int64
 
groupId  Int32
 

Return Value

Int64

See Also