Ant Organisation Ltd documentation

XmlPersistenceDatabase.SetInstanceIntoStorage Method 

Sets the instance into an existing storage record

public void SetInstanceIntoStorage(
   ContentDefinition def,
   object key,
   XmlDocument instance
);

Parameters

def
ContentDefinition for the content to be written
key
Key of the existing record
instance
Instance which is to be written to the database

Implements

XmlPersistence.SetInstanceIntoStorage

See Also

XmlPersistenceDatabase Class | Ant.ContentEntry.Persistence Namespace