AssignedDoc class
This is the original method of attaching documents to various objects in AyaNova and is used to link a file location on disk to a business object.
If you want to actually store the document itself in the AyaNova database (making it accessible from WBI and location independant)
you should use the
WikiPage object instead to store documents in the database.
Namespace: GZTW.AyaNova.BLLAssembly: GZTW.AyaNova.BLL (in GZTW.AyaNova.BLL.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
Inheritance Hierarchy
System..::..Object BindableBase UndoableBase BusinessBase GZTW.AyaNova.BLL..::..AssignedDoc
See Also