Click or drag to resize
TransformationMethodsGetFileUrl Method

Note: This API is now obsolete.

Returns URL of the attachment with given name.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use GetAttachmentUrlByDocumentId method instead.")]
public static Object GetFileUrl(
	EvaluationContext context,
	params Object[] parameters
)

Parameters

context
Type: CMS.MacroEngineEvaluationContext
Evaluation context with child resolver
parameters
Type: SystemObject
Method parameters

Return Value

Type: Object
See Also