![]() ![]() |
|
Content Services User Administration API | |
![]() |
Overview | API Classes | Enumeration Constants | Status Codes |
![]() |
|
![]() |
![]() |
bDisplayInPropSheet PropertyThis property returns Boolean True when this mezProperty object should be displayed along with other single-value mezProperty objects in a property sheet. Syntax Applies to Data Type Default Value Access
bDisplayInTree PropertyThis property returns Boolean True when this mezProperty object should be displayed as a child of it's parent mezObject, in a tree view. Syntax Applies to Data Type Default Value Access See Also
bHasValueList PropertyThis property returns Boolean True when the mezProperty object has a list of values that either must be or may be selected from to set the property value. Syntax Applies to Data Type Default Value Access See Also
bIsAddableFromNewParent PropertyThis property returns Boolean True if child objects may be added to a
mezProperty
object, although its parent mezObject
is new and has not yet been stored in the CS library (e_ObjectState
enumeration Syntax Applies to Data Type Default Value Access See Also
bIsDataVisible PropertyThis property returns Boolean True when the value of the mezProperty object should be visible. This property is generally used to hide values for certain properties such as passwords. Syntax Applies to Data Type Default Value Access
bIsExpandable PropertyThis property returns Boolean True when a mezProperty object contains a mezList object of child objects, which in turn contains zero or more mezObjects. A mezProperty object that contains a list of objects is created by calling the Expand() method to generate the mezList object and populate it with child mezObjects. Syntax Applies to Data Type Default Value Access See Also
bIsIndexed PropertyThis property returns Boolean True when the mezProperty
object has a tooltype of Syntax Applies to Data Type Default Value Access See Also
bIsKeyPart PropertyThis property returns Boolean True when the mezProperty object is part of its parent mezObject's key. For example, Group Membership objects have a two part key: the group name and the user name. Syntax Applies to Data Type Default Value Access See Also
bIsModifiable PropertyThis property returns Boolean True when the user has permission to modify the value of the mezProperty object. Syntax Applies to Data Type Default Value Access
bIsModified PropertyThis property returns Boolean True when the value of the mezProperty object has been modified. Syntax Applies to Data Type Default Value Access
bIsRequired PropertyThis property returns Boolean True when the mezProperty object must have a value. Syntax Applies to Data Type Default Value Access
bMustPick PropertyThis property returns Boolean True when the value for the mezProperty object must be chosen from a provided list values. Syntax Applies to Data Type Default Value Access See Also
bValueListMoreAvailable PropertyThis property returns a Boolean True when there are more values available in the mezProperty object's value list. Syntax Applies to Data Type Default Value Access
eParentAccessLevel PropertyThe level of access the user has to the parent mezObject of the mezProperty object, as defined in the e_ObjectAccess enumeration:
For more information about security access rights for end users, see
the FileNet Content Services API Manual, release 5 series documentation
on the FileNet website. Syntax Applies to Data Type Default Value Access See Also
ePropertyDataType PropertyThe data type of the mezProperty object, as defined in the e_PropertyDataType enumeration:
Syntax Applies to Data Type Default Value Access See Also
ePropertyType PropertyThis property indicates whether the mezProperty object is a single value or list type, as defined in the e_PropertyType enumeration:
Syntax Applies to Data Type Default Value Access See Also
eSortType PropertyThis property specifies whether the values for the mezProperty object should be sorted numerically (right justified) or alphanumerically (as a string) (left justified), as defined in the e_SortType enumeration:
Syntax Applies to Data Type Default Value Access See Also
hSctxHndl PropertyThis property returns the handle of the mezProperty object for the user's session into the Content Services library. Syntax Applies to Data Type Default Value Access
iActionListCount PropertyThe number of actions contained in the mezProperty object's action list. Syntax Applies to Data Type Default Value Access
iParentObjectNumber PropertyThe object number for the type of the parent mezObject of the mezProperty object. Syntax Applies to Data Type Default Value Access See Also
iPropertyLength PropertyThis property returns the display length of the mezProperty object, which can then be used to set the length of edit fields for this property within the user interface. Syntax Applies to Data Type Default Value Access
iPropertyNum PropertyThis property returns the numeric identifier for the property, based on the mezProperty object's type. Each property for an object type in the Content Services API has a unique identifying number. For example, the identifier for the "Item Id" property in the "Item" object is 257. For more information about property identifiers, see the FileNet Content Services API Manual, release 5 series documentation on the FileNet website. Syntax Applies to Data Type Default Value Access
iPropertyRefAttr PropertyThis property returns the reference attribute number for the property, based on the mezProperty object's type. Content Services uses the reference attribute number to create the value list for the property. Each property for an object type in the Content Services API has a unique reference attribute number. For example, the reference attribute number for the "Storage Category" property in the "Item" object is 2049. For more information about reference attribute numbers, see the FileNet Content Services API Manual, release 5 series documentation on the FileNet website. Syntax Applies to Data Type Default Value Access
iRefObjectNum PropertyThis property is applicable only to list type mezProperty objects, and returns the object number of the property objects' child objects. The object number is a unique number that describes the type of an object. For example, objects of type "Item" have an object number of 256. For a complete listing of object numbers, see the FileNet Content Services API Manual, release 5 series documentation on the FileNet website. Syntax Applies to Data Type Default Value Access
lValueListCount PropertyThis property returns the total number of values contained in the mezProperty object's value list. Syntax Applies to Data Type Default Value Access
mzList PropertyThis property returns a reference to the mezProperty object's embedded mezList object. Syntax Applies to Data Type Default Value Access See Also
sParentKeyValue PropertyThe value of the mezProperty object's parent mezObject's key. Syntax Applies to Data Type Default Value Access See Also
sPropertyData PropertyThis property returns the current value of mezProperty object. Syntax Applies to Data Type Default Value Access
sPropertyName PropertyThis user friendly name for the type of the mezProperty object. Syntax Applies to Data Type Default Value Access |
![]() |
![]() |