Table of Contents

Class FallbackApplicationAssembly

Namespace
Dynamicweb.Content.Management
Assembly
Dynamicweb.dll
This class ensures that we always get an executing assembly to display version numbers.
[Obsolete("Do not use")]
public class FallbackApplicationAssembly : IApplicationAssembly
Inheritance
FallbackApplicationAssembly
Implements
Inherited Members

Methods

GetAssembly()

Yields the current application assembly.
public Assembly GetAssembly()

Returns

Assembly

IsCustom()

Describes if this application-assembly implementation is custom.
public bool IsCustom()

Returns

bool
To top