C# 클래스 DNNtc.PackageProperties

상속: System.Attribute
파일 보기 프로젝트 열기: weggetor/BBImageStory

공개 메소드들

메소드 설명
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

메소드 상세

PackageProperties() 공개 메소드

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
리턴 System

PackageProperties() 공개 메소드

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
리턴 System