[This is preliminary documentation and is subject to change.]
Updates all the information related to the resource into the database.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public int UpdateResource( ResourceInfo ri ) |
| Visual Basic (Declaration) |
|---|
Public Function UpdateResource ( _ ri As ResourceInfo _ ) As Integer |
| Visual C++ |
|---|
public: int UpdateResource( ResourceInfo^ ri ) |
Parameters
- ri
- Type: OfficeClip.BusinessLayer.Desktop..::.ResourceInfo
Instance of the ResourceInfo object containing all information related to the resource.
