Link Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the Link class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Link(Guid, String, String, Type) | Initializes a new instance of the Link class by using the provided ID, name, storage, and type. | |
Link(Guid, String, String, Type, Boolean) | Initializes a new instance of the Link class by using the provided ID, name, storage, type, and an indication of whether the link is enabled. |
Top