C# Class ToSic.SexyContent.AppAssets.AssetEditInfo

Information class needed by the edit-ui, to provide optimal syntax helpers etc.
Mostra file Open project: 2sic/2sxc Class Usage Examples

Public Properties

Property Type Description
AppId int
HasApp bool
HasList bool
Name string
Streams string>.Dictionary
Type string

Public Methods

Method Description
AssetEditInfo ( int appId, string appName, string fileName, bool global ) : System.Collections.Generic

Method Details

AssetEditInfo() public method

public AssetEditInfo ( int appId, string appName, string fileName, bool global ) : System.Collections.Generic
appId int
appName string
fileName string
global bool
return System.Collections.Generic

Property Details

AppId public_oe property

public int AppId
return int

HasApp public_oe property

public bool HasApp
return bool

HasList public_oe property

public bool HasList
return bool

Name public_oe property

public string Name
return string

Streams public_oe property

public Dictionary Streams
return string>.Dictionary

Type public_oe property

public string Type
return string