Method CreateUserEnumParameter
CreateUserEnumParameter(DocumentId, DocumentId)
Creates a user enumeration parameter entity in a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 400, 100)]
ElementId CreateUserEnumParameter(DocumentId inDocumentId, DocumentId inUserEnumDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| DocumentId | inUserEnumDocumentId | Identifier of the enum document to use. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the created parameter entity. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.20.400.100.