This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class FileLinkStorage |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class FileLinkStorage |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
FileLinkStorage |
Public Methods
Name | Description | |
---|---|---|
CanHandleField |
Returns true if this storage handler can handle the given field.
(Inherited from StorageHandler.) |
|
CreateSchema |
Creates the schema for the given MetaType (Overrides StorageHandler..::CreateSchema(MetaType, MetaDataSet, CreateSchemaSettings).) |
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetItemInformation |
Gets some basic information of a file link item without loading the entire item.
|
|
GetRelationInfo |
Creates a RelationInfo instance that belongs to the MetaField.
(Overrides StorageHandler..::GetRelationInfo(MetaField).) |
|
GetType | (Inherited from Object.) | |
Load |
Loads the data for the given MetaType (Overrides StorageHandler..::Load(MetaType, MetaDataSet, LoadSettings).) |
|
Save |
Saves the data for the given MetaType (Overrides StorageHandler..::Save(MetaType, MetaDataSet, SaveSettings).) |
|
SetValue |
Sets the value for the field in the dataset.
(Overrides StorageHandler..::SetValue(MetaField, MetaDataSet, LoadSettings, Object).) |
|
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
GetMetaFieldDataCache |
Tries to get the given data from the MetaField data cache.
(Inherited from StorageHandler.) |
|
MarkFieldAsLoaded |
Marks the given MetaField as loaded for the given MetaDataSet.
(Inherited from StorageHandler.) |
|
MemberwiseClone | (Inherited from Object.) | |
SetMetaFieldDataCache |
Sets the data with the given key in the MetaField data cache.
(Inherited from StorageHandler.) |
|
TryGetMetaFieldDataCache |
Tries to get the given data from the MetaField data cache.
(Inherited from StorageHandler.) |
Protected Properties
Name | Description | |
---|---|---|
Properties |
Properties configurable in Data.config. Should only be accessed by the StorageHandlers class.
(Inherited from StorageHandler.) |
See Also
Smartsite.Data Namespace