Method IsProjectSecurityActive
IsProjectSecurityActive(PdmObjectId)
Tells if a security is activated on a project.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
bool IsProjectSecurityActive(PdmObjectId inProjectId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inProjectId | Project identifier to analyze. |
Returns
| Type | Description |
|---|---|
| bool | The project securityis activated. |
Remarks
This method is available since v7.8.302.060.