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

Removes the set of share from the system

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

Syntax

C#
public ReturnStatus RemoveShare(
	ArrayList al
)
Visual Basic (Declaration)
Public Function RemoveShare ( _
	al As ArrayList _
) As ReturnStatus
Visual C++
public:
ReturnStatus RemoveShare(
	ArrayList^ al
)

Parameters

al
Type: System.Collections..::.ArrayList
The arraylist of send_id and send_detail_id

Return Value

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

See Also