InternalServiceCopyFileToPreferredGroup 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 CopyFileToPreferredGroup(
	long repFileId,
	int? cabinetId,
	bool isArchive,
	bool excludeCurrentLocation
)

Parameters

repFileId  Int64
 
cabinetId  NullableInt32
 
isArchive  Boolean
 
excludeCurrentLocation  Boolean
 

Return Value

Int64

See Also