The FileView type exposes the following members.

Constructors

  Name Description
Public method FileView
Constructor.

Methods

  Name Description
Public method ApplyChanges
Apply web part property changes (Note: Overridden property still needs to be marked as WebPartApplyChangesAttribute).

Note: Marked with WebPartApplyChangesAttribute attribute so it is called from ApplyChanges event in the editor part to refresh the module appearance.

(Overrides BasePart..::..ApplyChanges()()()().)
Public method BindData
Binds and formats file data for display in the main list view control.
Protected method btnSave_Click
Public method GenerateTagString()()()()
Generates a tag string from an entity's collection of tags.
Public method GenerateTagString(SnFileEntity)
Generates a tag string from an entity's collection of tags.
Protected method GetCurrentMode
Protected method GetFileTagFilterUrl
Gets the file tag filter rewritten url.
Protected method lnkDelete_Click
Protected method OnDeleted
Protected method OnDeleting
Raise deleting event.
Protected method OnInit (Overrides BasePart..::..OnInit(EventArgs).)
Protected method OnLoad (Overrides BasePart..::..OnLoad(EventArgs).)
Protected method OnPreRender (Overrides BasePart..::..OnPreRender(EventArgs).)
Protected method OnSaved

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPagerTemplate
Gets pager template.
(Defined by ControlExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Fields

  Name Description
Protected field btnSave
btnSave control.
Protected field ctlComments
ctlComments control.
Protected field ctlVideoPlayer
ctlVideoPlayer control.
Protected field imgFile
imgFile control.
Protected field labTitle
labTitle control.
Protected field lnkComments
lnkComments control.
Protected field lnkDelete
lnkDelete control.
Protected field lnkFile
lnkFile control.
Protected field ltlDate
ltlDate control.
Protected field ltlDescription
ltlDescription control.
Protected field ltlTags
ltlTags control.
Protected field panTags
panTags control.
Protected field plhComments
plhComments control.
Protected field plhTags
plhTags control.
Protected field pnlContainer
pnlContainer control.
Protected field pnlDescription
pnlDescription control.
Protected field pnlDescriptionLiteral
pnlDescriptionLiteral control.
Protected field privacyEditor
privacyEditor control.
Protected field radReplaceFile
radReplaceFile control.
Protected field radUpload
radUpload control.
Protected field relatedContent
relatedContent control.
Protected field scriptManagerProxy
scriptManagerProxy control.
Protected field tags
tags control.
Protected field txtDescription
txtDescription control.
Protected field txtName
txtName control.

Properties

  Name Description
Public property AllowedFileExtensions
Gets or sets module allowed file extensions.
Public property ContentProviderTypeName
Content provider type used for uploading files.
Public property DateFormatString
Date format string.
Public property DefaultPrivacyLevelId
Gets or sets the default privacy level id.
Public property EnableFileDelete
Gets or sets a value that indicates whether a file delete is enabled.
Public property EnablePrivacySettings
Indicates if owner can change privacy level
Public property EnableTags
Gets or sets a flag if file tags should be shown.
Public property fileContentProvider
File content provider.
Public property FileGalleryFilterPagePath
Gets or sets a virtual page path for file gallery filter results.
Public property FilterTagLinksVisible
Gets or sets a value indicating whether filter tag links are visible.
Public property Height
Gets or sets Video Player height.
Public property MaximumTags
Gets or sets a maximum number of tags that should be shown.
Public property Mode
Gets or sets file view working mode
Public property RelatedContentVisible
Gets or sets a value that indicates whether related content control is visible.
Public property ShowComments
Indicates if comments are shown on this page
Public property VideoPlayerUrl
Gets or sets URL of the player's SWF file.
Public property Width
Gets or sets Video Player width.

Events

  Name Description
Public event Deleted
Deleted event handler.
Public event Deleting
Deleting event handler.
Public event Saved
Saved event handler.

See Also