Click or drag to resize

PFItemAttachPdfFile Method

Overload List
  NameDescription
Public methodAttachPdfFile(PFFile, PFFieldFileHolder)
This will create and persist a file in database and then link it into the fileHolder field value. You will need to save this item to persist the value in database. Note : this is different from .Files.Add() that will only create a non-yet-persisted instance of a file.
Public methodAttachPdfFile(PFFile, String)
This will create and persist a file in database and then link it into the fileHolder field value. You will need to save this item to persist the value in database. Note : this is different from .Files.Add() that will only create a non-yet-persisted instance of a file.
Top
See Also