Click or drag to resize

IReferencesManager Methods


The IReferencesManager type exposes the following members.

Methods
  Name Description
Public method AddReference Adds a new reference between two Pages.
Public method Count Gets the count of all Reference Entries stored on all Pages.
Public method DeepCloneT, TManager Duplicates an object instance, not including its unique ID.
(Inherited from ITransactionalEntity)
Public method Get Retrieves all References of the specified Page. This method can query recursively on references of referenced pages, with or without cross references.
Public method QuickWrite Creates a temporary Write Session to quickly write something outside the current Session and transaction. This is a way to bypass the transaction and quickly put something into the content store.
(Inherited from ITransactionalEntity)
Public method RemoveReference(IPage, IPage) Removes a Reference between two Pages.
Public method RemoveReference(IPage, String) Removes a Reference between two Pages.
Public method RemoveReferences Removes References from and/or to the specified Page.
Top
See Also