1. IFileEntity

Interface IFileEntity

Defines a typed entity of type M.File.

Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsTyped
Assembly: Stylelabs.M.Sdk.dll
Syntax
[TypedEntityDefinitionConstraintAttribute]
public interface IFileEntity : ITypedEntity, IEntity, IResource, IDirtyTracking

Properties

FileName

Gets or sets the file name.

Declaration
string FileName { get; set; }
Property Value
TypeDescription
string
If you have suggestions for improving this article, let us know!