CyberStore E-Payment 2023 Documentation
FromatLink Method


Dovetail.Ecommerce.Controls Namespace > CatalogItemListingByCategoryControl Class : FromatLink Method
The resource to link to.
Formats a link to a resource the CSS class CatalogItemSpecificationLink is applied. If the File extention can be determined, another calss of CatalogItemSpecification< Fileextension>Link is added.
Syntax
'Declaration
 
Public Function FromatLink( _
   ByVal linktoResource As String _
) As String
'Usage
 
Dim instance As CatalogItemListingByCategoryControl
Dim linktoResource As String
Dim value As String
 
value = instance.FromatLink(linktoResource)
public string FromatLink( 
   string linktoResource
)

Parameters

linktoResource
The resource to link to.

Return Value

A string.
Remarks
Jrochette, 7/2/2012.
See Also

Reference

CatalogItemListingByCategoryControl Class
CatalogItemListingByCategoryControl Members