B2013-092: Set VersionList before getting affected Ros for word documents.

This commit is contained in:
Kathy Ruffing 2013-05-17 10:54:28 +00:00
parent 20f6d42116
commit 9ada371fbf

View File

@ -20,6 +20,7 @@ namespace VEPROMS.CSLA.Library
_RODesc = roDesc; _RODesc = roDesc;
_Command = command; _Command = command;
_UserID = userID; _UserID = userID;
_VersionList = versionList;
} }
private string _VersionList; private string _VersionList;
public string VersionList public string VersionList