Click or drag to resize
MediaFileURLProvider Methods

The MediaFileURLProvider type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetMediaFileAbsoluteUrl(Guid, String)
Returns absolute URL path for current domain to the media file including http:// which is rewritten to calling GetMediaFile.aspx page where user permissions are checked
Public methodStatic memberGetMediaFileAbsoluteUrl(String, Guid, String)
Returns absolute URL path to the media file including http:// which is rewritten to calling GetMediaFile.aspx page where user permissions are checked
Public methodStatic memberGetMediaFileAbsoluteUrl(String, String, String)
Returns absolute URL path to the media file including http://, user permissions are not checked
Protected methodGetMediaFileAbsoluteUrlInternal(String, Guid, String)
Returns absolute URL path to the media file including http:// which is rewritten to calling GetMediaFile.aspx page where user permissions are checked
Protected methodGetMediaFileAbsoluteUrlInternal(String, String, String)
Returns absolute URL path to the media file including http://, user permissions are not checked
Public methodStatic memberGetMediaFileUrl(Guid, String)
Returns relative URL path to the media file which is rewritten to calling GetMediaFile.aspx page where user permissions are checked.
Public methodStatic memberGetMediaFileUrl(String, String, String)
Returns relative URL path to the media file, user permissions are not checked.
Public methodStatic memberGetMediaFileUrl(MediaFileInfo, String, String)
Returns relative URL path to the media file, user permissions are not checked.
Protected methodGetMediaFileUrlInternal(Guid, String)
Returns relative URL path to the media file which is rewritten to calling GetMediaFile.aspx page where user permissions are checked.
Protected methodGetMediaFileUrlInternal(MediaFileInfo, String, String, String)
Returns relative URL path to the media file, user permissions are not checked.
Public methodSetAsDefaultProvider
Sets this object as the default provider
(Inherited from AbstractBaseProviderProviderType.)
Top
See Also