Inserts a new filter entry into the filter table.
Namespace: P4s3WebSvcAssembly: P4s3WebSvc (in P4s3WebSvc.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool AddFilterToFolder( string username, string userId, string name, string columns, string sql, string description, string isPublic, string criteria, string createdOn, string owner, string icon, string serialCoded, string serialLiteral, string fromWizard, string filterFoldersId, string key )
Parameters
- username
- Type: System String
- userId
- Type: System String
- name
- Type: System String
- columns
- Type: System String
- sql
- Type: System String
- description
- Type: System String
- isPublic
- Type: System String
- criteria
- Type: System String
- createdOn
- Type: System String
- owner
- Type: System String
- icon
- Type: System String
- serialCoded
- Type: System String
- serialLiteral
- Type: System String
- fromWizard
- Type: System String
- filterFoldersId
- Type: System String
- key
- Type: System String
Return Value
Type: BooleanSee Also