| PFItemAttachFile Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | AttachFile(String, Byte, 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.
             | 
|  | AttachFile(String, Byte, 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.
             | 
 See Also
See Also