SaveFilesOptions
is defined in the Telligent.Evolution.Extensibility.Content.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class SaveFilesOptions { Guid? ApplicationId { get; set; } Guid? ApplicationTypeId { get; set; } Func<ICentralizedFile,bool> RequiresProcessing { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ApplicationId | Guid? | |||
ApplicationTypeId | Guid? | |||
RequiresProcessing | Func<ICentralizedFile,bool> |