Interface IRemotePathTransformation
Represents a transformation that can be applied to a remote path.
public interface IRemotePathTransformation
Methods
Transform(string)
Transforms the specified remote path.
string Transform(string path)
Parameters
path
stringThe path to transform.
Returns
- string
The transformed path.