URLType property: Content Reference class
Description
This property indicates what kind of URL is used to retrieve the content. This property takes a string value.
Note:
This property is used only for content that has the StorageType property set as Remote.
Values are:
| URLType Value | Meaning |
|---|---|
|
UEXT |
URL points to a non-PeopleSoft (external) URL |
|
UMPG |
URL points to a PeopleSoft mobile page |
|
UPGE |
URL points to a component. |
|
UPHP |
URL points to a homepage tab |
|
UPTM |
URL points to a template |
|
USCR |
URL points to an iScript |
|
UGEN |
URL points to a generic PeopleSoft URL |
|
WRKL |
URL points to a Worklist URL |
UPGE is the default value on a new content reference.
This property is read/write.
Related Topics