Example #1
0
 public FileInformation(StorageType storage, string url, string fileName, string subType, string extendedInfo)
 {
     Storage      = storage.ToEnumString();
     Url          = url;
     FileName     = fileName;
     SubType      = subType;
     ExtendedInfo = extendedInfo;
 }