| IndexHelperGetTaskName Method |
Namespace:
Dynamicweb.Indexing
Assembly:
Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax public static string GetTaskName(
string folderName,
string fileName,
string instance
)
Public Shared Function GetTaskName (
folderName As String,
fileName As String,
instance As String
) As String
Parameters
- folderName
- Type: SystemString
- fileName
- Type: SystemString
- instance
- Type: SystemString
Return Value
Type:
StringSee Also