Click or drag to resize
AttachmentURLProviderGetPermanentAttachmentUrlInternal Method
Returns attachment URL.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetPermanentAttachmentUrlInternal(
	Guid nodeGuid,
	string nodeAlias,
	string extension
)

Parameters

nodeGuid
Type: SystemGuid
Node GUID
nodeAlias
Type: SystemString
Node alias
extension
Type: SystemString
Extension

Return Value

Type: String
See Also