CSCategoryAttribute Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Defines the attribute that controls use to identify int or string properties containing document id/filename values. This class cannot be inherited.
Inheritance Hierarchy

SystemObject
  SystemAttribute
    ContentStudio.Site.ControlsCSCategoryAttribute

Namespace: ContentStudio.Site.Controls
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public class CSCategoryAttribute : Attribute

The CSCategoryAttribute type exposes the following members.

Constructors

  NameDescription
Public methodCSCategoryAttribute(Int32)
Initializes a new instance of the CSCategoryAttribute class, setting the Category property to the specified int.
Public methodCSCategoryAttribute(String)
Initializes a new instance of the CSCategoryAttribute class, setting the Category property to the specified int.
Public methodCSCategoryAttribute(CategoryId)
Initializes a new instance of the CSCategoryAttribute class, setting the Category property to the specified int.
Public methodCSCategoryAttribute(DocumentTypes)
Initializes a new instance of the CSCategoryAttribute class, setting the Category property to the specified integer and Locked to the specified boolean.
Public methodCSCategoryAttribute(DocumentTypes)
Initializes a new instance of the CSCategoryAttribute class, setting the Category property to the specified integer and Locked to the specified boolean.
Public methodCSCategoryAttribute(Int32, Boolean)
Initializes a new instance of the CSCategoryAttribute class, setting the Category property to the specified integer and Locked to the specified boolean.
Public methodCSCategoryAttribute(String, DocumentTypes)
Initializes a new instance of the CSCategoryAttribute class, setting the Category property to the specified integer and Locked to the specified boolean.
Public methodCSCategoryAttribute(String, Boolean)
Initializes a new instance of the CSCategoryAttribute class, setting the Category property to the specified integer and Locked to the specified boolean.
Public methodCSCategoryAttribute(CategoryId, DocumentTypes)
Initializes a new instance of the CSCategoryAttribute class, setting the Category property to the specified integer and Locked to the specified boolean.
Public methodCSCategoryAttribute(CategoryId, Boolean)
Initializes a new instance of the CSCategoryAttribute class, setting the Category property to the specified integer and Locked to the specified boolean.
Public methodCSCategoryAttribute(Int32, Boolean, DocumentTypes)
Initializes a new instance of the CSCategoryAttribute class, setting the Category property to the specified integer and Locked to the specified boolean.
Public methodCSCategoryAttribute(String, Boolean, DocumentTypes)
Initializes a new instance of the CSCategoryAttribute class, setting the Category property to the specified integer and Locked to the specified boolean.
Public methodCSCategoryAttribute(String, Boolean, DocumentTypes)
Initializes a new instance of the CSCategoryAttribute class, setting the Category property to the specified integer and Locked to the specified boolean.
Public methodCSCategoryAttribute(CategoryId, Boolean, DocumentTypes)
Initializes a new instance of the CSCategoryAttribute class, setting the Category property to the specified integer and Locked to the specified boolean.
Public methodCSCategoryAttribute(CategoryId, Boolean, DocumentTypes)
Initializes a new instance of the CSCategoryAttribute class, setting the Category property to the specified integer and Locked to the specified boolean.
Top
Properties

  NameDescription
Public propertyCategoryId
A category filter associated with the document id/filename-specific property. The default is 0.
Public propertyDocumentType
Gets the type of the document.
Public propertyLocked
Lock the category/document browser to the specified category id. The default is .
Public propertyTypeId (Inherited from Attribute.)
Public propertyTypes
Gets the document types.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Attribute.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference