Public Properties

  Name Description
Public property ContainedDocuments A DocumentSet collection object containing the Document objects contained within this folder.
Public property Containees A ReferentialContainmentRelationshipSet collection object containing the ReferentialContainmentRelationship objects contained within this folder.
Public property FolderName The name of the folder. This cannot be an empty string. The following characters are not allowed:
  • asterisk
  • forward slash
  • backslash
  • colon
  • question mark
  • double quote
  • less than
  • greater than
  • pipe
Public property IndexationId The object ID (GUID) of the Verity collection used. This will be null for objects that were full text indexed prior to the 4.0 release.

This property must be set if the property is to be CBR enabled (the PropertyDefinitionString.IsCBREnabled property).

Public property InheritParentPermissions Defines whether a given folder can inherit permissions from its parent folder.
Public property Parent The Folder object for the folder that directly contains this folder.
Public property PathName The full path name of the folder.
Public property SubFolders A FolderSet collection object containing the Folder objects for the directly-contained child folders of this Folder. Any referentially-contained child folders are not included in the collection.
Public property WorkflowSubscriptions The IInstanceWorkflowSubscriptionSet object containing the IInstanceWorkflowSubscription objects whose target is this object.
Top

See Also