Click or drag to resize
Properties Class
Access to the methods in this class requires the caller to be in the administrator group.
Inheritance Hierarchy
SystemObject
  ConnectedApps.Cms.Sdk.DataProperties

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class Properties

The Properties type exposes the following members.

Constructors
  NameDescription
Public methodProperties
Initializes a new instance of the Properties class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetFolderProperties(Guid)
Returns a collection of a folder's property instances.
Public methodGetFolderProperties(Guid, NullableInt32)
Returns a collection of a folder's property instances.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetItemProperties(Guid)
Returns a collection of an item's property instances.
Public methodGetItemProperties(Guid, NullableInt32)
Returns a collection of an item's property instances.
Public methodGetPropertyDefinition
Returns a property definition.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateProperty
Updates the value of a property instance.
Top
See Also