IReferencesManager Methods |
The IReferencesManager type exposes the following members.
Name | Description | |
---|---|---|
AddReference |
Adds a new reference between two Pages.
| |
Count |
Gets the count of all Reference Entries stored on all Pages.
| |
DeepCloneT, TManager |
Duplicates an object instance, not including its unique ID.
(Inherited from ITransactionalEntity.) | |
Get |
Retrieves all References of the specified Page.
This method can query recursively on references of referenced pages, with or without crossreferences.
| |
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.) | |
RemoveReference(IPage, IPage) | ||
RemoveReference(IPage, String) | ||
RemoveReferences |
Removes References from and/or to the specified Page.
|