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

The effective url

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

Syntax

C#
public string GetEffectiveUrl(
	byte[] filter
)
Visual Basic (Declaration)
Public Function GetEffectiveUrl ( _
	filter As Byte() _
) As String
Visual C++
public:
String^ GetEffectiveUrl(
	array<unsigned char>^ filter
)

Parameters

filter
Type: array<System..::.Byte>[]()[]
The byte aray of application id

Return Value

The effective url

See Also