Table of Contents

Interface IPageSlugValueRetriever

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Interface for retrieving the value of page slug from the path.

public interface IPageSlugValueRetriever
Extension Methods

Methods

TryGet(Type, out string)

Gets the value of a slug for a page of given type.

bool TryGet(Type type, out string value)

Parameters

type Type

Type of the page.

value string

Retrieved value.

Returns

bool

The true value in case the value is successfully retrieved from the path.