[This is preliminary documentation and is subject to change.]
The effective url
Namespace:
OfficeClip.BusinessLayer.FrameworkAssembly: 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
