Click or drag to resize

InternalServiceCopyFileToPreferredGroup Method

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public long CopyFileToPreferredGroup(
	long repFileId,
	int? cabinetId,
	bool isArchive,
	bool excludeCurrentLocation
)

Parameters

repFileId
Type: SystemInt64
cabinetId
Type: SystemNullableInt32
isArchive
Type: SystemBoolean
excludeCurrentLocation
Type: SystemBoolean

Return Value

Type: Int64
See Also