Gets the URL of the current version of a specific member.

Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
string GetAssetMemberURL(
	string assetID,
	string memberName
)
Visual Basic
Function GetAssetMemberURL ( _
	assetID As String, _
	memberName As String _
) As String
Visual C++
String^ GetAssetMemberURL(
	String^ assetID, 
	String^ memberName
)

Parameters

assetID
Type: System..::..String
memberName
Type: System..::..String
The member whose URL you want to retrieve

Return Value

URL

See Also