API Documentation > Classes > Class pfcViewOId
Class pfcViewOId
Description
This class specifies the identifier of a view. A view is identified by its name.
Direct Parent Classes:
Method Summary
static pfcViewOId
Create (string Name)
Creates a new view identifier object using a supplied name.
Method Detail
static pfcViewOId
Create
(string Name)
Creates a new view identifier object using a supplied name.
Parameters:
Name
The name of the view
Returns:
The new view identifier object
Was this helpful?