[This is preliminary documentation and is subject to change.]
The encrypted query string argument
Namespace:
OfficeClip.BusinessLayer.Extranet.UserAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public void EncryptedQueryStringArgument( string arg ) |
| Visual Basic (Declaration) |
|---|
Public Sub EncryptedQueryStringArgument ( _ arg As String _ ) |
| Visual C++ |
|---|
public: void EncryptedQueryStringArgument( String^ arg ) |
Parameters
- arg
- Type: System..::.String
The query string argument (plain text)
