SPCFolder Members

These members describe the SPCFolder (System view folder) object.

Functions

Name Description
Attach Attach the passed object into this system view folder.
AttachEx Attach the passed object into this system view folder (with audit log explanation).
ChangeName -
Detach Detaches the passed object from this system view folder.
DetachEx Detaches the passed object from this system view folder (with audit log explanation).
Find Return value: Variant.
FindByType Return value: Variant.
MoveFolder Move this folder to a new parent. newParent param can be an SPCFolder object or a folder id.
MoveFolderEx Move this folder to a new parent. newParent param can be an SPCFolder object or a folder id (with audit log explanation).
NewFolder Creates a new child folder to this folder. Return value: SPCFolder.
NewFolderEx Creates a new child folder to this folder (with audit log explanation). Return value: SPCFolder.
Remove Removes this folder from the system view.
RemoveEx Removes this folder from the system view (with audit log explanation).
RemoveFolder Removes the specified child folder.
RemoveFolderEx Removes the specified child folder (with audit log explanation).

Properties

Name Description
Child Returns the specified child when passed a folder name. Return value: SPCFolder. This property is read only.
FirstChild Returns the first child of this folder; if no children, returns Nothing. Return value: SPCFolder. This property is read only.
ID Returns the Folder ID for this system view Folder. Return value: Integer. This property is read only.
List Returns an array of objects specified by a combination of types. Return value: Variant. This property is read only.
ListByName Returns an array of objects specified by a combination of types, sorted by names. Return value: Variant. This property is read only.
Name Returns/sets the Folder name. Return/assignment value: String.
Next Returns the next sibling of this folder; if no next sibling, returns Nothing. Return value: SPCFolder. This property is read only.
Parent Returns the immediate parent of this folder; if no parent, returns Nothing. Return value: SPCFolder. This property is read only.
Path Returns the system folder path for this folder. Return value: String. This property is read only.
PathEx Return value: String. This property is read only.
Previous Returns the previous sibling of this folder; if no previous sibling, returns Nothing. Return value: SPCFolder. This property is read only.
UnitOperationInfo Return value: UnitOperationInfo. This property is read only.