Click or drag to resize
BaseInfoGetVirtualFileRelativePath Method
Returns virtual relative path for specific column Ensures the GUID of the object

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual string GetVirtualFileRelativePath(
	string externalColumnName,
	string versionGuid
)

Parameters

externalColumnName
Type: SystemString
External column name
versionGuid
Type: SystemString
Version GUID. If not defined physical path is generated

Return Value

Type: String
See Also