Removed PDF info from Document and Document Config
Added DebugStatus to MSWordToPDF Class Removed PDF info from Document Config Moved PDF info from Documents to PDFs Table Added MSWordPageCount Property Delete PDFs when RO Value Changes in a related document
This commit is contained in:
@@ -297,6 +297,12 @@ namespace VEPROMS.CSLA.Library
|
||||
// return ii._ItemID == _ItemID;
|
||||
// return false;
|
||||
//}
|
||||
private float _MSWordPageCount = 0;
|
||||
public float MSWordPageCount
|
||||
{
|
||||
get { return _MSWordPageCount; }
|
||||
set { _MSWordPageCount = value; }
|
||||
}
|
||||
public event ItemInfoEvent OrdinalChanged;
|
||||
private void OnOrdinalChange()
|
||||
{
|
||||
|
Reference in New Issue
Block a user