Click or drag to resize

PFFileLoadContentFromDatabase Method

Loads the current file content from database and initializes the 'Content' value. You may check the content presence by calling this.Data.IsValueAvailable("FieldName_Content"); Useful when working on a shallow copy. Always catch InvalidStateExceptions. May be thrown if the file version in database is higher than the object's version. In this case, reload the PFFile to work on up to date metadata.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void LoadContentFromDatabase()
See Also