AddCustomObjectDefinition Method
Adds a CustomObjectDefinition.
Syntax
CustomObjectDefinition AddCustomObjectDefinition(
System.string name,
System.string dispName,
System.string dispNamePlural,
System.Drawing.Icon image,
ACE[] proxyAcl
)Function AddCustomObjectDefinition( _
ByVal name As System.String, _
ByVal dispName As System.String, _
ByVal dispNamePlural As System.String, _
ByVal image As System.Drawing.Icon, _
ByVal proxyAcl() As ACE _
) As CustomObjectDefinitionParameters
| Name | Description |
|---|---|
| name | A string that uniquely identifies the CustomObjectDefinition. |
| dispName | The display name of the CustomObjectDefinition. |
| dispNamePlural | The plural display name of the CustomObjectDefinition. |
| image | An icon to associated with the CustomObjectDefinition. |
| proxyAcl | The access permissions object. |
Return Value
The added CustomObjectDefinition.