Project.PurgeProject Method
Public Shared Function PurgeProject( _
ByVal project_id As EntityID, _
Optional ByVal waiter As IASyncWait = null _
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse PurgeProject(
EntityID project_id,
IASyncWait waiter = null
)
This language is not supported or no code example is available.
public:
static OperationResponse^ PurgeProject(
EntityID^ project_id,
IASyncWait^ waiter
)
This language is not supported or no code example is available.
public static function PurgeProject(
project_id : EntityID,
waiter : IASyncWait
) : OperationResponse;
This language is not supported or no code example is available.
Parameters
- project_id
- EntityID
the id of the project to purge
- waiter
- IASyncWait
an optional wait tool - defaults to a non ui blocking wait
Return Value
OperationResponsethe result of the operation