[This is preliminary documentation and is subject to change.]
If unused, deletes specified resource
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public int DeleteResourceType( int resourceTypeId, int groupId ) |
| Visual Basic (Declaration) |
|---|
Public Function DeleteResourceType ( _ resourceTypeId As Integer, _ groupId As Integer _ ) As Integer |
| Visual C++ |
|---|
public: int DeleteResourceType( int resourceTypeId, int groupId ) |
Parameters
- resourceTypeId
- Type: System..::.Int32
Id of resource type to be deleted
- groupId
- Type: System..::.Int32
Group ID where the resource belongs
