Click or drag to resize

ISiteMap Methods


The ISiteMap type exposes the following members.

Methods
  Name Description
Public method AddSite Adds a new site branding to a collection.
Public method AddUserAgent Adds a new user agent branding to a collection.
Public method DeepCloneT, TManager Duplicates an object instance, not including its unique ID.
(Inherited from ITransactionalEntity)
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 RemoveSite Removes a site branding from a collection.
Public method RemoveUserAgent Removes a user agent branding from a collection.
Public method ReorderSites Reorders site branding with given order of user agent names.
Public method ReorderUserAgents Reorders user agent branding with given order of user agent names.
Public method Site Gets a site branding by its name.
Public method Sites Gets a paginated list of site brandings.
Public method UpdateSite Updates content of a site branding instance.
Public method UpdateUserAgent Updates content of a user agent branding instance.
Public method UserAgent Gets a user agent branding by its name
Public method UserAgents Gets a paginated list of user agents.
Top
See Also