FileAcquisitionRestriction Constructor
Constructs an instance of the FileAcquisitionRestriction object
Syntax
public FileAcquisitionRestriction(
FileIteration file,
System.bool isCheckoutRestriction,
FilePathAbsolute downloadPath,
FileAcquisitionRestriction.RestrictionCode code,
System.string reason
)Public Function New( _
ByVal file As FileIteration, _
ByVal isCheckoutRestriction As System.Boolean, _
ByVal downloadPath As FilePathAbsolute, _
ByVal code As FileAcquisitionRestriction.RestrictionCode, _
ByVal reason As System.String _
)Parameters
| Name | Description |
|---|---|
| file | The file that this restriction applies to |
| isCheckoutRestriction | True if this restriction is related to checking out a file. Otherwise, it is assumed to be download related |
| downloadPath | The physical location on the file on disk |
| code | Describes the type of restriction |
| reason | A human readable description of the reason for the failure. |