Exemple #1
0
 public string NewBlobPath()
 {
     return(CreyNamingConvention.GetVersionedStoragePath(NewVersion, NewStoragePath));
 }
Exemple #2
0
 public string BlobPath()
 {
     return(CreyNamingConvention.GetVersionedStoragePath(Version, StoragePath));
 }
Exemple #3
0
 public string OldBlobPath()
 {
     return(CreyNamingConvention.GetVersionedStoragePath(OldVersion, OldStoragePath));
 }