Example #1
0
        public override object Clone(string sNodeName)
        {
            WordDocuments documents = new WordDocuments();

            foreach (WordDocument document in this)
            {
                documents.Add((WordDocument)document.Clone(sNodeName));
            }
            return(documents);
        }
Example #2
0
 public override void Initialize()
 {
     base.Initialize();
     this._CorrelateObjectID = 0L;
     this._DocumentType      = new BasicInfoDetail();
     this._CorrelateOffer    = new Offer();
     this._FileVersions      = new WordDocuments();
     this._Owner             = new WFPerson();
     this._CorrelateFolder   = new PersonalFolder();
     this._IsLocked          = SbnBoolean.OutOfValue;
     this._IsHidden          = SbnBoolean.OutOfValue;
     this._IsProtected       = SbnBoolean.OutOfValue;
     this._IsZipped          = SbnBoolean.OutOfValue;
 }