Remove an existing information Section from the Binary.

Namespace: Cartella.Interfaces
Assembly: 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 successful

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThrown if a null parameter is passed
System..::..ArgumentExceptionThrown if current AssetBinary object doesn't have an AssetManager reference
System..::..MemberAccessExceptionThrown if the database procedure is not present

See Also