Click or drag to resize

IReferencesManager Methods


The IReferencesManager type exposes the following members.

Methods
  NameDescription
Public methodAddReference
Adds a new reference between two Pages.
Public methodCount
Gets the count of all Reference Entries stored on all Pages.
Public methodDeepCloneT, TManager
Duplicates an object instance, not including its unique ID.
(Inherited from ITransactionalEntity.)
Public methodGet
Retrieves all References of the specified Page. This method can query recursively on references of referenced pages, with or without crossreferences.
Public methodQuickWrite
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 methodRemoveReference(IPage, IPage)
Removes a Reference between two Pages.
Public methodRemoveReference(IPage, String)
Removes a Reference between two Pages.
Public methodRemoveReferences
Removes References from and/or to the specified Page.
Top
See Also