[This is preliminary documentation and is subject to change.]

Gets the url for the list

Namespace:  OfficeClip.BusinessLayer.Metabase
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public static string GetListUrl(
	MetaConstants..::.MetaEntity me
)
Visual Basic (Declaration)
Public Shared Function GetListUrl ( _
	me As MetaConstants..::.MetaEntity _
) As String
Visual C++
public:
static String^ GetListUrl(
	MetaConstants..::.MetaEntity me
)

Parameters

me
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity

Return Value

The url string

See Also