fix make getcleanedpath public
This commit is contained in:
parent
9b290cce72
commit
7d8300a1db
@ -172,6 +172,10 @@ Public Class Windream
|
|||||||
_sessionDomain = SessionDomain
|
_sessionDomain = SessionDomain
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
Public Function GetCleanedPath(Path As String) As String
|
||||||
|
Return Regex.Replace(Path, Constants.REGEX_CLEAN_FILENAME, String.Empty)
|
||||||
|
End Function
|
||||||
|
|
||||||
Public Function GetChoiceListItems(ChoiceListName As String) As List(Of String)
|
Public Function GetChoiceListItems(ChoiceListName As String) As List(Of String)
|
||||||
Dim oItems As New List(Of String)
|
Dim oItems As New List(Of String)
|
||||||
Dim oChoicelist As WMObject
|
Dim oChoicelist As WMObject
|
||||||
@ -1448,10 +1452,6 @@ Public Class Windream
|
|||||||
End If
|
End If
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
Private Function GetCleanedPath(Path As String) As String
|
|
||||||
Return Regex.Replace(Path, Constants.REGEX_CLEAN_FILENAME, String.Empty)
|
|
||||||
End Function
|
|
||||||
|
|
||||||
Private Function GetObjectTypes() As WMObjects
|
Private Function GetObjectTypes() As WMObjects
|
||||||
Dim oObjectTypes As WMObjects
|
Dim oObjectTypes As WMObjects
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user