IInstallableFile
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IInstallableFile { string CfsPath { get; } string FileName { get; set; } Version LastModifiedVersion { get; set; } Guid WidgetProviderId { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
CfsPath | string | |||
FileName | string | |||
LastModifiedVersion | Version | |||
WidgetProviderId | Guid |