This documentation is archived and is not being maintained.

LinkedResource Constructor

Initializes a new instance of LinkedResource.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method LinkedResource(Stream) Initializes a new instance of LinkedResource using the supplied Stream.
Public method LinkedResource(String) Initializes a new instance of LinkedResource using the specified file name.
Public method LinkedResource(Stream, ContentType) Initializes a new instance of LinkedResource with the values supplied by Stream and ContentType.
Public method LinkedResource(Stream, String) Initializes a new instance of LinkedResource with the specified Stream and media type.
Public method LinkedResource(String, ContentType) Initializes a new instance of LinkedResource with the specified file name and content type.
Public method LinkedResource(String, String) Initializes a new instance of LinkedResource with the specified file name and media type.
Top
Show: