ModelingTextTransformation.ConvertModelRelativePathToTemplateRelativePath Method

Definition

Helper to convert a path expressed relative to a model file to one expressed relative to a template.

[System.Security.SecurityCritical]
protected static string ConvertModelRelativePathToTemplateRelativePath (string modelPath, string templatePath, string path);
[<System.Security.SecurityCritical>]
static member ConvertModelRelativePathToTemplateRelativePath : string * string * string -> string
Protected Shared Function ConvertModelRelativePathToTemplateRelativePath (modelPath As String, templatePath As String, path As String) As String

Parameters

modelPath
String

The full path of the model file

templatePath
String

The full path of the template file

path
String

The path to be converted

Returns

The converted path

Attributes

Applies to