public ContentDataPath(ContentPathType contentType, string referencePath, string absolutePath, string zipFilePath)
 {
     ContentType = contentType;
     ReferencePath = referencePath;
     AbsolutePath = absolutePath;
     ZipFilePath = zipFilePath;
 }
Exemple #2
0
 public ContentDataPath(ContentPathType contentType, string referencePath, string absolutePath, string zipFilePath)
 {
     ContentType   = contentType;
     ReferencePath = referencePath;
     AbsolutePath  = absolutePath;
     ZipFilePath   = zipFilePath;
 }