Class FileDescriptor
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0Syntax
public class FileDescriptor
  Constructors
FileDescriptor(FileProvider)
Declaration
public FileDescriptor(FileProvider provider)
  Parameters
| Type | Name | Description | 
|---|---|---|
| FileProvider | provider | 
Properties
Content
Declaration
public Stream Content { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.IO.Stream | 
FileNameWithoutExtension
Declaration
public string FileNameWithoutExtension { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
FilePath
Declaration
public string FilePath { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ModuleName
Declaration
public string ModuleName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ProviderName
Declaration
public string ProviderName { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String |