CodeTablesNetCommunityCodeTable Method

Note: This API is now obsolete.

Obsolete. Translates a code table's enum value to its corresponding integer record ID.

Namespace: BBNCExtensions.API.Utility
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
[ObsoleteAttribute("All codetable methods can take the eCodeTableIds enum which includes the NetCommunity specific code table ids. This translation method is no longer needed.")]
public abstract int NetCommunityCodeTable(
	eBBNCCodeTable codeTable,
	int otherCodeTableId = 0
)

Parameters

codeTable
Type: BBNCExtensions.InterfaceseBBNCCodeTable
otherCodeTableId (Optional)
Type: SystemInt32

Return Value

Type: Int32
An integer record ID corresponding to a code table enum value.