public DocsReq blockStart(IFileDescriptor file, SessionInf usr) { this.device = usr.device; if (LangExt.isblank(this.device, new string[] { ".", "/" })) { throw new SemanticException("File to be uploaded must come with user's device id - for distinguish files. {0}", file.fullpath()); } this.clientpath = file.fullpath(); this.docName = file.clientname(); this.createDate = file.Cdate(); this.blockSeq = 0; this.a = A.blockStart; return(this); }
public SyncRec(IFileDescriptor p) { this.clientpath = p.fullpath(); this.filename = p.clientname(); this.cdate = p.Cdate(); }