Add a new information section to the Binary.
Namespace: Cartella.InterfacesAssembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IAssetBinarySection AddSection( string name, Dictionary<string, string> additionalProperties ) |
Visual Basic |
---|
Function AddSection ( _ name As String, _ additionalProperties As Dictionary(Of String, String) _ ) As IAssetBinarySection |
Visual C++ |
---|
IAssetBinarySection^ AddSection( String^ name, Dictionary<String^, String^>^ additionalProperties ) |
Parameters
- name
- Type: System..::..String
Name of the section to be added
- additionalProperties
- Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, String>)>)>
Additional Properties for the Section