[This is preliminary documentation and is subject to change.]
Updates all the document storage information for the a user or the group.
based on the information in the DocumentStorageInfo object.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public int UpdateDocumentStorage( DocumentStorageInfo dsi ) |
| Visual Basic (Declaration) |
|---|
Public Function UpdateDocumentStorage ( _ dsi As DocumentStorageInfo _ ) As Integer |
| Visual C++ |
|---|
public: int UpdateDocumentStorage( DocumentStorageInfo^ dsi ) |
Parameters
- dsi
- Type: OfficeClip.BusinessLayer.Desktop..::.DocumentStorageInfo
Instance of the DocumentStorageInfo object containing the information about the document storage to be updated for a group or user.
