General.GetLink Method

Get a link to an entity
Public Shared Function GetLink( _ 
ByVal entity_id As EntityID, _ 
ByVal type As EntityType, _ 
ByVal server_name As String
) As String
This language is not supported or no code example is available.
public static string GetLink( 
EntityID entity_id
EntityType type
string server_name 
)
This language is not supported or no code example is available.
public:  
static String^ GetLink( 
EntityID^ entity_id
EntityType type
String^ server_name 
)
This language is not supported or no code example is available.
public static function GetLink( 
entity_id : EntityID
type : EntityType
server_name : String 
) : String;
This language is not supported or no code example is available.

Parameters

entity_id
EntityID

<default>

type
EntityType

<default>

server_name
string

<default>

Return Value

string

.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