[This is preliminary documentation and is subject to change.]

Remove the Attachments identified by the list of comma separated document ids

Namespace:  OfficeClip.DBLayer.Desktop
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public ReturnStatus RemoveAttachments(
	string remDocIdList,
	int currentUserId,
	bool isCurrentUserAdmin
)
Visual Basic (Declaration)
Public Function RemoveAttachments ( _
	remDocIdList As String, _
	currentUserId As Integer, _
	isCurrentUserAdmin As Boolean _
) As ReturnStatus
Visual C++
public:
ReturnStatus RemoveAttachments(
	String^ remDocIdList, 
	int currentUserId, 
	bool isCurrentUserAdmin
)

Parameters

remDocIdList
Type: System..::.String
Comma delimited string of all the documents to be removed.
currentUserId
Type: System..::.Int32
The unique id of the current user
isCurrentUserAdmin
Type: System..::.Boolean
Is the current user an administrator

Return Value

Enumerated value Utils.ReturnStatus indicating if the operation succeeded or failed. OfficeClip.Utils..::.ReturnStatus

See Also