Skip to main content
A newer version of this page is available. .
Tab

FileManagerSettingsDataSource Members

Contains a file manager’s fieldname settings.

Constructors

Name Description
FileManagerSettingsDataSource() Initializes a new instance of the FileManagerSettingsDataSource class.
FileManagerSettingsDataSource(IPropertiesOwner) Initializes a new instance of the FileManagerSettingsDataSource class.

Properties

Name Description
FileBinaryContentFieldName Gets or sets the name of the data source field which provides file content.
IsFolderFieldName Gets or sets the name of the data source field which provides values indicating whether an item is a file or folder.
KeyFieldName Gets or sets the name of the data source key field.
LastWriteTimeFieldName Gets or sets the name of the data source field which provides the time of the last file modification.
NameFieldName Gets or sets the name of the data source field which provides unique item identifier names.
ParentKeyFieldName Gets or sets the name of the data source field which provides the item parent key values.

Methods

Name Description
Assign(PropertiesBase) Copies the settings from the specified PropertiesBase object to the current object.
Changed(PropertiesBase) For internal use only. Inherited from FileManagerSettingsBase.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also