Ant Organisation Ltd documentation

XmlPersistenceDatabase.GetInstanceFromStorage Method 

Gets a record from storage

public XmlDocument GetInstanceFromStorage(
   ContentDefinition def,
   object key
);

Parameters

def
ContentEntry definition for the content to retrieve
key
Key which uniquely represents the data in the database

Return Value

XmlDocument representing the instance

Implements

XmlPersistence.GetInstanceFromStorage

See Also

XmlPersistenceDatabase Class | Ant.ContentEntry.Persistence Namespace