Class ContentFolderPropertiesModel
Model representing a form containing content folder properties.
public sealed record ContentFolderPropertiesModel
- Inheritance
-
objectContentFolderPropertiesModel
- Extension Methods
Constructors
ContentFolderPropertiesModel()
public ContentFolderPropertiesModel()
Properties
ContentFolderId
Id of the content folder.
[TextWithLabelComponent(Label = "{$contenthub.contentfolder.properties.contentfolderid$}", Order = 7)]
public string ContentFolderId { get; set; }
Property Value
- string
CreatedBy
Full name of the user who created the folder.
[TextWithLabelComponent(Label = "{$contenthub.contentfolder.properties.createdby$}", Order = 5)]
public string CreatedBy { get; set; }
Property Value
- string
CreatedWhen
Date and time when the content folder was created.
[TextWithLabelComponent(Label = "{$contenthub.contentfolder.properties.created$}", Order = 3)]
public string CreatedWhen { get; set; }
Property Value
- string
FolderCodeName
Code name of the content folder.
[TextInputComponent(Label = "{$contenthub.contentfolder.properties.codename$}", Order = 8)]
public string FolderCodeName { get; set; }
Property Value
- string
FolderDisplayName
Display name of the content folder.
[TextWithLabelComponent(Label = "{$contenthub.contentfolder.properties.foldername$}", Order = 1)]
public string FolderDisplayName { get; set; }
Property Value
- string
FolderDisplayNamesPath
Tree path of the content folder.
[TextWithLabelComponent(Label = "{$contenthub.contentfolder.properties.location$}", Order = 2)]
public string FolderDisplayNamesPath { get; set; }
Property Value
- string
LastModified
Date and time when the content folder was last modified.
[TextWithLabelComponent(Label = "{$contenthub.contentfolder.properties.lastmodified$}", Order = 4)]
public string LastModified { get; set; }
Property Value
- string
LastModifiedBy
Full name of the user who created the folder.
[TextWithLabelComponent(Label = "{$contenthub.contentfolder.properties.lastmodifiedby$}", Order = 6)]
public string LastModifiedBy { get; set; }
Property Value
- string
Methods
Equals(ContentFolderPropertiesModel?)
public bool Equals(ContentFolderPropertiesModel? 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 ==(ContentFolderPropertiesModel?, ContentFolderPropertiesModel?)
public static bool operator ==(ContentFolderPropertiesModel? left, ContentFolderPropertiesModel? right)
Parameters
Returns
- bool
operator !=(ContentFolderPropertiesModel?, ContentFolderPropertiesModel?)
public static bool operator !=(ContentFolderPropertiesModel? left, ContentFolderPropertiesModel? right)
Parameters
Returns
- bool