The DesktopModuleInfo type exposes the following members.

Constructors

  NameDescription
Public methodDesktopModuleInfo
DotNetNuke.Entities.Modules.DesktopModuleInfo

Methods

  NameDescription
Protected methodClone (Inherited from ContentItem.)
Protected methodCloneBaseProperties (Inherited from BaseEntityInfo.)
Public methodCreatedByUser
Gets the UserInfo object associated with this user
(Inherited from BaseEntityInfo.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFill
Fills a DesktopModuleInfo from a Data Reader
(Overrides ContentItem..::..Fill(IDataReader).)
Protected methodFillInternal
Fills the internal.
(Inherited from ContentItem.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSchema
Gets an XmlSchema for the DesktopModule
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLastModifiedByUser
Gets the UserInfo object associated with this user
(Inherited from BaseEntityInfo.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadXml
Reads a DesktopModuleInfo from an XmlReader
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteXml
Writes a DesktopModuleInfo to an XmlWriter

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

Properties

  NameDescription
Public propertyAdminPage
returns whether this has an associated Admin page
Public propertyBusinessControllerClass
Gets and sets the BusinessControllerClass of the Desktop Module
Public propertyCategory
Public propertyCodeSubDirectory
Gets and sets the AppCode Folder Name of the Desktop Module
Public propertyCompatibleVersions
Gets and sets a Regular Expression that matches the versions of the core that this module is compatible with
Public propertyContent
Gets or sets the content.
(Inherited from ContentItem.)
Public propertyContentItemId
Gets or sets the content item id.
(Inherited from ContentItem.)
Public propertyContentKey
Gets or sets the content key.
(Inherited from ContentItem.)
Public propertyContentTitle
The title of the ContentItem.
(Inherited from ContentItem.)
Public propertyContentTypeId
Gets or sets the content type id.
(Inherited from ContentItem.)
Public propertyCreatedByUserID
Gets the CreatedByUserID
(Inherited from BaseEntityInfo.)
Public propertyCreatedOnDate
Gets the CreatedOnDate
(Inherited from BaseEntityInfo.)
Public propertyDependencies
Gets and sets a list of Dependencies for the module
Public propertyDescription
Gets and sets the Description of the Desktop Module
Public propertyDesktopModuleID
Gets and sets the ID of the Desktop Module
Public propertyFiles
Files that are attached to this ContentItem.
(Inherited from ContentItem.)
Public propertyFolderName
Gets and sets the Folder Name of the Desktop Module
Public propertyFriendlyName
Gets the Friendly Name of the Desktop Module
Public propertyHostPage
returns whether this has an associated hostpage
Public propertyImages
Images associated with this ContentItem.
(Inherited from ContentItem.)
Public propertyIndexed
Gets or sets a value indicating whether this ContentItem is indexed.
(Inherited from ContentItem.)
Public propertyIsAdmin
Gets and sets whether the Module is an Admin Module
Public propertyIsPortable
Gets and sets whether the Module is Portable
Public propertyIsPremium
Gets and sets whether the Module is a Premium Module
Public propertyIsSearchable
Gets and sets whether the Module is Searchable
Public propertyIsUpgradeable
Gets and sets whether the Module is Upgradable
Public propertyKeyID
Gets or sets the key ID.
(Inherited from ContentItem.)
Public propertyLastModifiedByUserID
Gets the LastModifiedByUserID
(Inherited from BaseEntityInfo.)
Public propertyLastModifiedOnDate
Gets the LastModifiedOnDate
(Inherited from BaseEntityInfo.)
Public propertyMetadata
Gets the metadata.
(Inherited from ContentItem.)
Public propertyModuleDefinitions
Gets the Module Definitions for this Desktop Module
Public propertyModuleID
Gets or sets the module ID.
(Inherited from ContentItem.)
Public propertyModuleName
Gets and sets the Name of the Desktop Module
Public propertyPackageID
Gets and sets the ID of the Package for this Desktop Module
Public propertyPage
Public propertyPermissions
Gets and sets a list of Permissions for the module
Public propertyShareable
Is the module allowed to be shared across sites?
Public propertyStateID
Gets or sets the Content Workflow State ID.
(Inherited from ContentItem.)
Public propertySupportedFeatures
Gets and sets the Supported Features of the Module
Public propertyTabID
Gets or sets the tab ID.
(Inherited from ContentItem.)
Public propertyTerms
Gets the terms.
(Inherited from ContentItem.)
Public propertyVersion
Gets and sets the Version of the Desktop Module
Public propertyVideos
Video files attached to this ContentItem.
(Inherited from ContentItem.)

See Also