IReferences
|
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 cross references. |
|
|
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) | Removes a Reference between two Pages. |
|
|
RemoveReference(IPage, String) | Removes a Reference between two Pages. |
|
|
RemoveReferences | Removes References from and/or to the specified Page. |