Class SmartFolderPropertiesModel
Model representing a form containing smart folder properties.
public sealed record SmartFolderPropertiesModel
- Inheritance
-
objectSmartFolderPropertiesModel
- Extension Methods
Constructors
SmartFolderPropertiesModel()
public SmartFolderPropertiesModel()
Properties
CreatedBy
Full name of the user who created the folder.
[TextWithLabelComponent(Label = "{$contenthub.smartfolder.properties.createdby$}", Order = 4)]
public string CreatedBy { get; set; }
Property Value
- string
CreatedWhen
Date and time when the smart folder was created.
[TextWithLabelComponent(Label = "{$contenthub.smartfolder.properties.created$}", Order = 2)]
public string CreatedWhen { get; set; }
Property Value
- string
FolderDisplayName
Display name of the smart folder.
[TextWithLabelComponent(Label = "{$contenthub.smartfolder.properties.foldername$}", Order = 1)]
public string FolderDisplayName { get; set; }
Property Value
- string
LastModified
Date and time when the smart folder was last modified.
[TextWithLabelComponent(Label = "{$contenthub.smartfolder.properties.lastmodified$}", Order = 3)]
public string LastModified { get; set; }
Property Value
- string
LastModifiedBy
Full name of the user who created the folder.
[TextWithLabelComponent(Label = "{$contenthub.smartfolder.properties.lastmodifiedby$}", Order = 5)]
public string LastModifiedBy { get; set; }
Property Value
- string
SmartFolderCodeName
Code name of the smart folder.
[TextInputComponent(Label = "{$contenthub.smartfolder.properties.codename$}", Order = 7)]
public string SmartFolderCodeName { get; set; }
Property Value
- string
SmartFolderGuid
GUID of the smart folder.
[TextWithLabelComponent(Label = "{$contenthub.smartfolder.properties.guid$}", Order = 6)]
public string SmartFolderGuid { get; set; }
Property Value
- string
Methods
Equals(SmartFolderPropertiesModel?)
public bool Equals(SmartFolderPropertiesModel? other)
Parameters
Returns
- bool
Equals(object?)
public override bool Equals(object? obj)
Parameters
obj
object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int
ToString()
public override string ToString()
Returns
- string
Operators
operator ==(SmartFolderPropertiesModel?, SmartFolderPropertiesModel?)
public static bool operator ==(SmartFolderPropertiesModel? left, SmartFolderPropertiesModel? right)
Parameters
Returns
- bool
operator !=(SmartFolderPropertiesModel?, SmartFolderPropertiesModel?)
public static bool operator !=(SmartFolderPropertiesModel? left, SmartFolderPropertiesModel? right)
Parameters
Returns
- bool