Click or drag to resize

WorkspaceTemplateConfigurationTargetUrlExpression Property

Specifies the location where the workspace should be created. This URL can be relative to the current web. User input can be accessed by a placeholder using the 'Self' variable, e.g. '{Self.FieldName}'. See 'SiteId' for more information.

Namespace:  Colygon.MatchPoint.Workspaces.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public ExpressionString TargetUrlExpression { get; set; }

Property Value

Type: ExpressionString
See Also