AssetActionsGetTestAssetKey Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.AssetActions.GetTestAssetKey(System.String)"]
Namespace: Scanjour.Workflow4.TestFramework.Internal.ActionsAssembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static string GetTestAssetKey(
string key
)
Public Shared Function GetTestAssetKey (
key As String
) As String
public:
static String^ GetTestAssetKey(
String^ key
)
static member GetTestAssetKey :
key : string -> string
Parameters
- key String
[Missing <param name="key"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.AssetActions.GetTestAssetKey(System.String)"]
Return Value
String[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.AssetActions.GetTestAssetKey(System.String)"]
See Also