[This is preliminary documentation and is subject to change.]

Gets the custom information

Namespace:  OfficeClip.DBLayer.Metabase
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public string GetMetaCustomInfo(
	int attributeId
)
Visual Basic (Declaration)
Public Function GetMetaCustomInfo ( _
	attributeId As Integer _
) As String
Visual C++
public:
String^ GetMetaCustomInfo(
	int attributeId
)

Parameters

attributeId
Type: System..::.Int32
The unique id of the attribute

Return Value

The custom information

See Also