Exemple #1
0
 public Content(long length, ContentType contentType, OpenDMS.IO.FileStream stream)
 {
     Length = length;
     ContentType = contentType;
     Stream = stream;
 }
Exemple #2
0
 public Content(long length, ContentType contentType, OpenDMS.IO.FileStream stream)
 {
     Length      = length;
     ContentType = contentType;
     Stream      = stream;
 }