IPM
ResourceInfo Class Reference
Inheritance diagram for ResourceInfo:
Inheritance graph

Public Attributes

 IsDirectory
 Set to 1 if the relative path is a directory. More...
 
 Prefix
 The prefix (or possibly full name) of the resource. More...
 
 RelativePath
 Path to map the resource to, relative to the module root. More...
 
 ResourceType
 The type of resource being considered (typically a document extension, or "/CSP/" for CSP resources). More...
 
 SourceControlAware
 Set to 1 for resources that may be mapped to files/source control. More...
 

Member Data Documentation

◆ IsDirectory

IsDirectory

Set to 1 if the relative path is a directory.

(It almost always will be.)

 

◆ Prefix

Prefix

The prefix (or possibly full name) of the resource.

e.g., MyModule.PackageName. for a package; MyModule.PackageName.ClassName for an individual class.  

◆ RelativePath

RelativePath

Path to map the resource to, relative to the module root.

e.g., /cls/  

◆ ResourceType

ResourceType

The type of resource being considered (typically a document extension, or "/CSP/" for CSP resources).

 

◆ SourceControlAware

SourceControlAware

Set to 1 for resources that may be mapped to files/source control.