[]
Represents information about a related file.
public class FileSpecification.RelatedFile : IOwnedObject
Public Class FileSpecification.RelatedFile
Implements IOwnedObject
Name | Description |
---|---|
RelatedFile(string, EmbeddedFileStream) | Initializes a new instance of the FileSpecification.RelatedFile class. |
Name | Description |
---|---|
EmbeddedFileStream | Gets a EmbeddedFileStream holding the file content. |
FileInfo | Gets the FileSpecification.FileInfo object owning this object. |
FileName | Gets the file name of the related file. |
FileSpecification | Gets the FileSpecification object owning this object. |
Name | Description |
---|---|
GetStream() | Gets a Stream containing the content of this FileSpecification.RelatedFile, or null if the file specification is empty. Important: this Stream must be disposed after use. |