Click or drag to resize
IPageAttachmentUrlRetrieverRetrieve Method
Retrieves the page attachment URL representation for given page attachment.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
IPageAttachmentUrl Retrieve(
	IAttachment attachment
)

Parameters

attachment
Type: CMS.DocumentEngineIAttachment
Page attachment.

Return Value

Type: IPageAttachmentUrl
See Also