Click or drag to resize

PFQuickPartsBinderRefreshFile Method

Overload List
  NameDescription
Public methodRefreshFile(PFFile, PFItem)
Updates QuickParts custom xmls in the instance file, based on sourceItem data, and returns a stream of the file content. The source item must be from the content type found in 'ContentType' property. If the instanceFile is a template, while saving content on another file, don't forget to copy the PFFile.QuickPartsSourceInfo property from instanceFile to the other file after refresh.
Public methodRefreshFile(PFFile, PFItem, ListPFOfficeBindingValue)
Updates QuickParts custom xmls in the instance file, based on sourceItem data, and returns a stream of the file content. The source item must be from the content type found in 'ContentType' property. If the instanceFile is a template, while saving content on another file, don't forget to copy the PFFile.QuickPartsSourceInfo property from instanceFile to the other file after refresh.
Top
See Also