WebLinkDetails Constructor

Public Sub New( _ 
ByVal link As String, _ 
ByVal link_name As String, _ 
ByVal entity As EntityIDAndType
)
This language is not supported or no code example is available.
public WebLinkDetails( 
string link
string link_name
EntityIDAndType entity 
)
This language is not supported or no code example is available.
public:  
WebLinkDetails( 
String^ link
String^ link_name
EntityIDAndType^ entity 
)
This language is not supported or no code example is available.
public function WebLinkDetails( 
link : String
link_name : String
entity : EntityIDAndType 
);
This language is not supported or no code example is available.

Parameters

link
string

link_name
string

entity
EntityIDAndType

.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