C# Class Sitecore.Foundation.Assets.Models.Asset

Mostra file Open project: Sitecore/Habitat Class Usage Examples

Public Methods

Method Description
Asset ( AssetType type, ScriptLocation location, string file = null, string inline = null, string site = null ) : System
GetDataLength ( ) : long

Method Details

Asset() public method

public Asset ( AssetType type, ScriptLocation location, string file = null, string inline = null, string site = null ) : System
type AssetType
location ScriptLocation
file string
inline string
site string
return System

GetDataLength() public method

public GetDataLength ( ) : long
return long