Class Resource
Provides abstract base for all CMS resources (i.e. templates, menus, content blocks, files etc.)
Implements
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: NFX.Wave.CMS
Assembly: NFX.Wave.dll
Syntax
[Serializable]
public abstract class Resource : INamed
  Properties
ApproveTimestamp
Declaration
public DateTime? ApproveTimestamp { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.DateTime> | 
ApproveUser
Declaration
public User ApproveUser { get; }
  Property Value
| Type | Description | 
|---|---|
| User | 
CreationTimestamp
Declaration
public DateTime? CreationTimestamp { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.DateTime> | 
CreationUser
Declaration
public User CreationUser { get; }
  Property Value
| Type | Description | 
|---|---|
| User | 
FSPath
Returns full FS path
Declaration
public string FSPath { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ModificationTimestamp
Declaration
public DateTime? ModificationTimestamp { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.DateTime> | 
ModificationUser
Declaration
public User ModificationUser { get; }
  Property Value
| Type | Description | 
|---|---|
| User | 
Name
Gets full logic resource name starting with [PORTAL]://...path...
Declaration
public string Name { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Path
Gets logical path to resources (excluding portal)
Declaration
public string Path { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Portal
Declaration
public Portal Portal { get; }
  Property Value
| Type | Description | 
|---|---|
| Portal | 
VersionID
Declaration
public FID VersionID { get; }
  Property Value
| Type | Description | 
|---|---|
| FID |