Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
NOTE: This API is now obsolete.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
<ObsoleteAttribute("The Holding Zone is deprecated - use the drop-off list.")> _
Public Function AddFile ( _
rs As RecordSeries, _
rgbFile As Byte(), _
rgdeProperties As RecordsRepositoryProperty(), _
strSourceUrl As String, _
strUserLoginName As String, _
rgbAuditHistory As Byte(), _
fViaSMTP As Boolean, _
<OutAttribute> ByRef strResultInfo As String _
) As OfficialFileResult
'Usage
Dim instance As HoldingZone
Dim rs As RecordSeries
Dim rgbFile As Byte()
Dim rgdeProperties As RecordsRepositoryProperty()
Dim strSourceUrl As String
Dim strUserLoginName As String
Dim rgbAuditHistory As Byte()
Dim fViaSMTP As Boolean
Dim strResultInfo As String
Dim returnValue As OfficialFileResult
returnValue = instance.AddFile(rs, rgbFile, _
rgdeProperties, strSourceUrl, strUserLoginName, _
rgbAuditHistory, fViaSMTP, strResultInfo)
[ObsoleteAttribute("The Holding Zone is deprecated - use the drop-off list.")]
public OfficialFileResult AddFile(
RecordSeries rs,
byte[] rgbFile,
RecordsRepositoryProperty[] rgdeProperties,
string strSourceUrl,
string strUserLoginName,
byte[] rgbAuditHistory,
bool fViaSMTP,
out string strResultInfo
)
Parameters
rs
Type: Microsoft.Office.RecordsManagement.RecordsRepository.RecordSeriesReserved for internal use.
rgbFile
Type: []Reserved for internal use.
rgdeProperties
Type: []Reserved for internal use.
strSourceUrl
Type: System.StringReserved for internal use.
strUserLoginName
Type: System.StringReserved for internal use.
rgbAuditHistory
Type: []Reserved for internal use.
fViaSMTP
Type: System.BooleanReserved for internal use.
strResultInfo
Type: System.StringReserved for internal use.
Return Value
Type: Microsoft.Office.RecordsManagement.RecordsRepository.OfficialFileResult
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace