AddChild
|
adds a new child mezObject to the property object's mzList
property collection (mezList)
|
ConvertIndexed
|
converts an indexed property object's numeric property values into
strings, and vice-versa
|
Expand
|
(list type property objects only) used to generate the property
object's mzList property collection and populate it with
child mezObjects
|
GetActionListItem
|
retrieves an individual action item from the property object's
action list
|
GetValueList
|
initializes the property object's value list
|
GetValueListItem
|
retrieves a value from the property object's mzList property
collection (mezList)
|
NewChild
|
creates a new child mezObject for the property object
|
RemoveChild
|
removes a child mezObject from the property object's mzList
property collection (mezList); valid only for mezObjects of e_ObjectState:
eObjStateNew or eObjStateDeleted
|
SetPropertyData
|
(single value type property objects only) applies a new
data value to a property
|
Validate
|
validates a specified or the current value for a property object
|
bDisplayInPropSheet
|
indicates whether the property object should be displayed along
with other single value properties in a property sheet
|
bDisplayInTree
|
indicates whether the property object should be displayed as a
child of it's parent mezObject, in a tree view
|
bHasValueList
|
indicates whether the property object has a list of values that
either must be or may be selected from to set the property value
|
bIsAddableFromNewParent
|
indicates whether child objects may be added to the property object,
although its parent mezObject is new and has not yet been stored
in the CS library
|
bIsDataVisible
|
indicates whether the value for the property object should be
visible
|
bIsExpandable
|
indicates whether the property object may have child objects associated
with it
|
bIsIndexed
|
indicates whether the property object has a defined list of values
that the user must choose from when setting this property
|
bIsKeyPart
|
indicates whether the property object is part of its parent mezObject's
key
|
bIsModifiable
|
indicates when the user has permission to modify the value of
the property object
|
bIsModified
|
indicates when the value of the property object has been modified
|
bIsRequired
|
indicates whether the property object must have a value
|
bMustPick
|
indicates whether the value for the property object must be chosen
from a provided list values
|
bValueListMoreAvailable
|
indicates there are more values available in the property object's
value list
|
eParentAccessLevel
|
the level of user access to the parent mezObject, using the e_ObjectAccess
enumeration
|
ePropertyDataType
|
the data type of the property object, using the e_PropertyDataType
enumeration
|
ePropertyType
|
indicates whether the property object is a single value or list
type, using the e_PropertyType
enumeration
|
eSortType
|
specifies whether the values for the property object should be
sorted numerically (right justified) or alphanumerically (left justified)
|
hSctxHndl
|
the handle of the user session into the CS library
|
iActionListCount
|
the number of actions contained in the property object's action
list
|
iParentObjectNumber
|
the object number for the property object's parent
|
iPropertyLength
|
the display length of the property object
|
iPropertyNum
|
the numeric identifier for the property object's type
|
iPropertyRefAttr
|
returns the property number of the property object that Content
Services uses to create the value list for the property
|
iRefObjectNum
|
(list type property objects only) returns the object number
of the property objects' child objects
|
lValueListCount
|
returns the total number of values contained in the property object's
value list
|
mzList
|
returns a reference to the property object's embedded mezList object
|
sParentKeyValue
|
the value for the property object's parent's key
|
sPropertyData
|
returns the current value of property object
|
sPropertyName
|
the user friendly name for the type of the property object
|