Interface IPublicLinkEntity
Version: 3.2
Defines a typed entity of type M.PublicLink.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsTyped
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
[TypedEntityDefinitionConstraintAttribute]
public interface IPublicLinkEntity : ITypedEntity, IEntity, IResource, IDirtyTrackingProperties
AssetToPublicLink
Gets the AssetToPublicLink relation.
Declaration
RequestResponse
ToManyRelation<IChildToManyParentsRelation> AssetToPublicLink { get; }Property Value
| Type | Description |
|---|---|
| ToManyRelationIChildToManyParentsRelation |
ConversionConfiguration
Gets or sets the conversion configuration.
Declaration
RequestResponse
JToken ConversionConfiguration { get; set; }Property Value
| Type | Description |
|---|---|
| JToken |
ExpirationDate
Gets or sets the expiration date.
Declaration
RequestResponse
DateTime ExpirationDate { get; set; }Property Value
| Type | Description |
|---|---|
| DateTime |
RelativeUrl
Gets or sets the relative URL.
Declaration
RequestResponse
string RelativeUrl { get; set; }Property Value
| Type | Description |
|---|---|
| string |
Resource
Gets or sets the resource.
Declaration
RequestResponse
string Resource { get; set; }Property Value
| Type | Description |
|---|---|
| string |