|
|
Set a password to protect the content with when published
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub SetPassword ( _ password As String _ ) |
| C# |
|---|
public void SetPassword( string password ) |
| Visual C++ |
|---|
public: void SetPassword( String^ password ) |
Parameters
- password
- Type: System..::..String
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |