Remove an existing information Section from the Binary.
Namespace: Cartella.InterfacesAssembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
bool RemoveSection( ref IAssetBinarySection sectionToRemove ) |
Visual Basic |
---|
Function RemoveSection ( _ ByRef sectionToRemove As IAssetBinarySection _ ) As Boolean |
Visual C++ |
---|
bool RemoveSection( IAssetBinarySection^% sectionToRemove ) |
Parameters
- sectionToRemove
- Type: Cartella.Interfaces..::..IAssetBinarySection%
Section to remove from Binary
Return Value
True if removal is successfulExceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | Thrown if a null parameter is passed |
System..::..ArgumentException | Thrown if current AssetBinary object doesn't have an AssetManager reference |
System..::..MemberAccessException | Thrown if the database procedure is not present |