SafeUrlOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class SafeUrlOptions { Guid? ApplicationId { get; set; } Guid? ApplicationTypeId { get; set; } Guid? ContentTypeId { get; set; } string Type { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ApplicationId | Guid? | The ID of the application containing this URL. | ||
ApplicationTypeId | Guid? | The application type containing this URL. | ||
ContentTypeId | Guid? | The content type containing this URL. | ||
Type | string | Type of file. | Embed, Image |