C# Class DNNtc.PackageProperties

Inheritance: System.Attribute
Afficher le fichier Open project: weggetor/BBImageStory

Méthodes publiques

Méthode Description
PackageProperties ( string name ) : System

Creates a attribute with the right properties to create a package. Use on other elements

PackageProperties ( string name, int viewOrder, string friendlyName, string description, string iconFile, string ownerName, string ownerOrganization, string ownerUrl, string ownerEmail, bool azureCompatible ) : System

Creates a attribute with the right properties to create a package. Use on View element

Method Details

PackageProperties() public méthode

Creates a attribute with the right properties to create a package. Use on other elements
public PackageProperties ( string name ) : System
name string The package name
Résultat System

PackageProperties() public méthode

Creates a attribute with the right properties to create a package. Use on View element
public PackageProperties ( string name, int viewOrder, string friendlyName, string description, string iconFile, string ownerName, string ownerOrganization, string ownerUrl, string ownerEmail, bool azureCompatible ) : System
name string The package name
viewOrder int Ordinal number for sorting packages in the manifest
friendlyName string The package friendly name
description string The package description
iconFile string The package iconfile name
ownerName string Name of Owner
ownerOrganization string Organization of owner
ownerUrl string Url of owner
ownerEmail string Email of owner
azureCompatible bool Flag for Azure Compatibility
Résultat System