<ShowFilesInWebService>
Section:
Class
Required:
No
Value type:
Boolean (true or false)
Default:
false
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
If true, any web service calls that return documents and their structures will return files as children. If false, the files are not returned in the structure.
When <ShowFilesInWebService> is true you would see:
Model A1
-- Model A1.sd (file)
-- Model P1
-- Model P1.sd (file)
-- Model P2
-- Model P2.sd (file)
When <ShowFilesInWebService> is false you would see:
Model A1
-- Model P1
-- Model P2
Example
<ShowFilesInWebService>true</ShowFilesInWebService>
Was this helpful?