ServerExtension.GetExtensionData Method

Given an extension guid and some data, attempt to find the data that matches some field name
Public Shared Function GetExtensionData( _ 
ByVal extension_id As Guid, _ 
ByVal field_name As String, _ 
ByVal database As IDatabase
) As String
This language is not supported or no code example is available.
public static string GetExtensionData( 
Guid extension_id
string field_name
IDatabase database 
)
This language is not supported or no code example is available.
public:  
static String^ GetExtensionData( 
Guid extension_id
String^ field_name
IDatabase^ database 
)
This language is not supported or no code example is available.
public static function GetExtensionData( 
extension_id : Guid
field_name : String
database : IDatabase 
) : String;
This language is not supported or no code example is available.

Parameters

extension_id
Guid

the guid of the extension

field_name
string

the field name

database
IDatabase

Return Value

string

the extension field data

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition